summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/ci.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-10-25 17:27:55 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-10-25 17:27:55 +0000
commit92785b7e5574359792644fc37e6f1ad869ab8b7d (patch)
tree3783d2d5b6bd709c896b61187d26c9f41cdbb2b0 /usr.bin/rcs/ci.c
parent00adcec2bc130f4c3e96c973098a961196015c71 (diff)
nuke trailing whitespaces;
Diffstat (limited to 'usr.bin/rcs/ci.c')
-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 2e6c767a693..b8de74b1415 100644
--- a/usr.bin/rcs/ci.c
+++ b/usr.bin/rcs/ci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ci.c,v 1.47 2005/10/19 11:37:11 niallo Exp $ */
+/* $OpenBSD: ci.c,v 1.48 2005/10/25 17:27:54 xsa Exp $ */
/*
* Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -227,7 +227,7 @@ checkin_main(int argc, char **argv)
*/
if ((!force) && (strlen(deltatext) < 1)) {
rcsnum_tostr(frev, rbuf, sizeof(rbuf));
- cvs_log(LP_WARN,
+ cvs_log(LP_WARN,
"file is unchanged; reverting to previous revision %s",
rbuf);
(void)unlink(argv[i]);