diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-11-08 09:22:49 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-11-08 09:22:49 +0000 |
commit | 8bb83d8086d2f5984c56db3c61ebe10289acc85c (patch) | |
tree | 324a7e8e29b9d55634fb85dd4a1c00babadacda0 /usr.bin | |
parent | 228a5009850ffacd3b156cec15d9d42084c793a0 (diff) |
nuke trailing whitespaces;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rcs/co.c | 4 | ||||
-rw-r--r-- | usr.bin/rcs/rcsprog.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/rcs/co.c b/usr.bin/rcs/co.c index e97444e1c57..5a7b5d32f88 100644 --- a/usr.bin/rcs/co.c +++ b/usr.bin/rcs/co.c @@ -1,4 +1,4 @@ -/* $OpenBSD: co.c,v 1.28 2005/11/03 16:08:03 niallo Exp $ */ +/* $OpenBSD: co.c,v 1.29 2005/11/08 09:22:47 xsa Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -164,7 +164,7 @@ checkout_usage(void) /* * Checkout revision <rev> from RCSFILE <file>, writing it to the path <dst> - * Currenly recognised <flags> are CO_LOCK, CO_UNLOCK and CO_REVDATE. + * Currenly recognised <flags> are CO_LOCK, CO_UNLOCK and CO_REVDATE. * * Returns 0 on success, -1 on failure. */ diff --git a/usr.bin/rcs/rcsprog.h b/usr.bin/rcs/rcsprog.h index 0af7f67cc14..ec97e287979 100644 --- a/usr.bin/rcs/rcsprog.h +++ b/usr.bin/rcs/rcsprog.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.h,v 1.18 2005/11/02 20:32:45 niallo Exp $ */ +/* $OpenBSD: rcsprog.h,v 1.19 2005/11/08 09:22:48 xsa Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -41,7 +41,7 @@ /* shared flags */ #define FORCE (1<<5) -#define INTERACTIVE (1<<6) +#define INTERACTIVE (1<<6) extern char *__progname; extern const char rcs_version[]; |