From 874297f3bea7761cf05ae26540b7a9e21d4a6e1d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 16 Apr 2004 10:01:03 +0000 Subject: Remove stray white spaces. --- cpukit/posix/src/ptimer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/posix/src/ptimer.c') diff --git a/cpukit/posix/src/ptimer.c b/cpukit/posix/src/ptimer.c index de74ec1347..a2666c86f9 100644 --- a/cpukit/posix/src/ptimer.c +++ b/cpukit/posix/src/ptimer.c @@ -5,7 +5,7 @@ #if HAVE_CONFIG_H #include "config.h" #endif - + #include #include #include @@ -73,7 +73,7 @@ void TIMER_INITIALIZE_S ( int timer_pos ) /* *************************************************************************** * _POSIX_Timer_Manager_initialization * - * Description: Initialize the internal structure in which the data of all + * Description: Initialize the internal structure in which the data of all * the timers are stored * ***************************************************************************/ @@ -88,7 +88,7 @@ void _POSIX_Timer_Manager_initialization ( int max_timers ) timer_struct = _Workspace_Allocate_or_fatal_error( max_timers * sizeof(POSIX_Timer_Control) ); - /* + /* * Initialize all the timers */ -- cgit v1.2.3