summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2003-07-18 16:04:32 +0000
committerwollman <wollman@FreeBSD.org>2003-07-18 16:04:32 +0000
commitcfce6c2d5ef6123e0fee1278046c0fa82f71da7b (patch)
tree27575c211e55a0636319d3f422eb73a9ed62a8c1 /lib
parent84028ec044cca56fe38caa1cf44ec2fbd72f2188 (diff)
downloadFreeBSD-src-cfce6c2d5ef6123e0fee1278046c0fa82f71da7b.zip
FreeBSD-src-cfce6c2d5ef6123e0fee1278046c0fa82f71da7b.tar.gz
Whitespace after keywords per style(9).
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/time.c b/lib/libc/gen/time.c
index 5a45d57..2154833 100644
--- a/lib/libc/gen/time.c
+++ b/lib/libc/gen/time.c
@@ -47,8 +47,8 @@ time(t)
struct timeval tt;
if (gettimeofday(&tt, (struct timezone *)0) < 0)
- return(-1);
+ return (-1);
if (t)
*t = tt.tv_sec;
- return(tt.tv_sec);
+ return (tt.tv_sec);
}
OpenPOWER on IntegriCloud