summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniallo <niallo@openbsd.org>2006-02-20 16:30:18 +0000
committerniallo <niallo@openbsd.org>2006-02-20 16:30:18 +0000
commit1c62223b26d752e58b7ba1244915a41ca70d3e81 (patch)
treecb9cc695f17707fd572391e3b64d952822e92ea1
parent- spacing (diff)
downloadwireguard-openbsd-1c62223b26d752e58b7ba1244915a41ca70d3e81.tar.xz
wireguard-openbsd-1c62223b26d752e58b7ba1244915a41ca70d3e81.zip
- more spacing
-rw-r--r--usr.bin/rcs/ci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c
index a863ea9eaf7..95a6204fc39 100644
--- a/usr.bin/rcs/ci.c
+++ b/usr.bin/rcs/ci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ci.c,v 1.101 2006/02/20 16:27:58 niallo Exp $ */
+/* $OpenBSD: ci.c,v 1.102 2006/02/20 16:30:18 niallo Exp $ */
/*
* Copyright (c) 2005, 2006 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -1037,7 +1037,7 @@ checkin_parsekeyword(char *keystring, RCSNUM **rev, time_t *date,
/* only parse revision if one is not already set */
if (*rev != NULL)
break;
- for ((p =strtok(keystring, " ")); p;
+ for ((p = strtok(keystring, " ")); p;
(p = strtok(NULL, " "))) {
if (i < KW_NUMTOKS_REVISION - 1)
tokens[i++] = p;