From 8bb83d8086d2f5984c56db3c61ebe10289acc85c Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Tue, 8 Nov 2005 09:22:49 +0000 Subject: nuke trailing whitespaces; --- usr.bin/rcs/co.c | 4 ++-- usr.bin/rcs/rcsprog.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin') 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 * All rights reserved. @@ -164,7 +164,7 @@ checkout_usage(void) /* * Checkout revision from RCSFILE , writing it to the path - * Currenly recognised are CO_LOCK, CO_UNLOCK and CO_REVDATE. + * Currenly recognised 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 * 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[]; -- cgit v1.2.3