From 28352faecf8b000b71f734cd728f38aa212b9669 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 29 Nov 2009 13:51:53 +0000 Subject: Whitespace removal. --- cpukit/score/src/timespectoticks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/src/timespectoticks.c') diff --git a/cpukit/score/src/timespectoticks.c b/cpukit/score/src/timespectoticks.c index 51ad0e07f3..ddd82e67a7 100644 --- a/cpukit/score/src/timespectoticks.c +++ b/cpukit/score/src/timespectoticks.c @@ -1,4 +1,4 @@ -/** +/** * @file score/src/timespectoticks.c */ @@ -36,7 +36,7 @@ uint32_t _Timespec_To_ticks( { uint32_t ticks; - if ( (time->tv_sec == 0) && (time->tv_nsec == 0) ) + if ( (time->tv_sec == 0) && (time->tv_nsec == 0) ) return 0; ticks = time->tv_sec * TOD_TICKS_PER_SECOND; -- cgit v1.2.3