From b249d7f6a62f3e42a2707aa70421502e735fe9a2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Oct 2012 13:23:23 -0500 Subject: [PATCH] score/tod.h: Fix formatting --- cpukit/score/include/rtems/score/tod.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/score/include/rtems/score/tod.h b/cpukit/score/include/rtems/score/tod.h index cfb0fe776d..797f4bbccd 100644 --- a/cpukit/score/include/rtems/score/tod.h +++ b/cpukit/score/include/rtems/score/tod.h @@ -175,8 +175,8 @@ void _TOD_Handler_initialization(void); /** * @brief Sets the time of day according to @a tod_as_timestamp. * - * The @a tod_as_timestamp timestamp represents the time since UNIX epoch. The watchdog - * seconds chain will be adjusted. + * The @a tod_as_timestamp timestamp represents the time since UNIX epoch. + * The watchdog seconds chain will be adjusted. */ void _TOD_Set_with_timestamp( const Timestamp_Control *tod_as_timestamp