summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-11-16 15:10:33 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-11-16 15:10:33 +0000
commit5bb838df334b89279252dee5db5d034184394cd1 (patch)
treec949524dfebf67ea70258754f9c180a4da39347d /usr.bin/rcs
parentbbab9dc6d941f0e7bee9e1bec59c2974f755b0c0 (diff)
nuke trailing whitespace;
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r--usr.bin/rcs/rcsprog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcsprog.h b/usr.bin/rcs/rcsprog.h
index 9c15fb8c707..5e9c0f979fb 100644
--- a/usr.bin/rcs/rcsprog.h
+++ b/usr.bin/rcs/rcsprog.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcsprog.h,v 1.20 2005/11/12 22:49:59 niallo Exp $ */
+/* $OpenBSD: rcsprog.h,v 1.21 2005/11/16 15:10:32 xsa Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -43,7 +43,7 @@
/* shared flags */
#define FORCE (1<<8)
-#define INTERACTIVE (1<<9)
+#define INTERACTIVE (1<<9)
#define NEWFILE (1<<10)
extern char *__progname;