diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-04-20 17:55:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-04-20 17:55:52 +0000 |
commit | b1163168f180e091ea2ca3c480c77947c76c4723 (patch) | |
tree | a940b564dddd53c0ffdaa1a6b4861340fa2076f9 | |
parent | cdd7d9dee7e120a250c3fd0c3062908067a9fbee (diff) |
spacing
-rw-r--r-- | usr.sbin/rdate/ntpleaps.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rdate/ntpleaps.c b/usr.sbin/rdate/ntpleaps.c index 4000e6f2202..1d728043e47 100644 --- a/usr.sbin/rdate/ntpleaps.c +++ b/usr.sbin/rdate/ntpleaps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpleaps.c,v 1.9 2007/11/26 09:28:34 martynas Exp $ */ +/* $OpenBSD: ntpleaps.c,v 1.10 2013/04/20 17:55:51 deraadt Exp $ */ /* * Copyright (c) 2002 Thorsten Glaser. All rights reserved. @@ -31,7 +31,7 @@ /* Leap second support for NTP clients (generic) */ -static const char RCSId[] = "$OpenBSD: ntpleaps.c,v 1.9 2007/11/26 09:28:34 martynas Exp $"; +static const char RCSId[] = "$OpenBSD: ntpleaps.c,v 1.10 2013/04/20 17:55:51 deraadt Exp $"; /* @@ -59,7 +59,7 @@ ntpleaps_init(void) { static int doneinit; static int donewarn; - + if (doneinit) return (0); |