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/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/time.c') diff --git a/cpukit/posix/src/time.c b/cpukit/posix/src/time.c index 081f5c6d59..69592b7318 100644 --- a/cpukit/posix/src/time.c +++ b/cpukit/posix/src/time.c @@ -41,7 +41,7 @@ time_t time( */ seconds_since_epoch = _TOD_Seconds_since_epoch; - + seconds_since_epoch += POSIX_TIME_SECONDS_1970_THROUGH_1988; if ( tloc ) -- cgit v1.2.3