From 1de949a8bda2912d663ad3b296fec0f1a9b03c46 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 30 Nov 2009 15:49:52 +0000 Subject: Whitespace removal. --- cpukit/posix/src/ualarm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/posix/src/ualarm.c') diff --git a/cpukit/posix/src/ualarm.c b/cpukit/posix/src/ualarm.c index 8910dac217..6b07ff4f31 100644 --- a/cpukit/posix/src/ualarm.c +++ b/cpukit/posix/src/ualarm.c @@ -40,10 +40,10 @@ void _POSIX_signals_Ualarm_TSR( * It's OK, there isn't a way this should fail. */ (void) kill( getpid(), SIGALRM ); - + /* * If the reset interval is non-zero, reschedule ourselves. - */ + */ _Watchdog_Reset( &_POSIX_signals_Ualarm_timer ); } @@ -98,7 +98,7 @@ useconds_t ualarm( tp.tv_nsec = (useconds % TOD_MICROSECONDS_PER_SECOND) * 1000; ticks = _Timespec_To_ticks( &tp ); if ( ticks == 0 ) - ticks = 1; + ticks = 1; _Watchdog_Insert_ticks( the_timer, _Timespec_To_ticks( &tp ) ); } -- cgit v1.2.3