summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/util.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2008-01-31 22:09:06 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2008-01-31 22:09:06 +0000
commitb6102ae46d4d0e4e26b36140586f478a19239d4d (patch)
tree466ef218bbec368470d5f1edd7828075eb9e4636 /usr.bin/cvs/util.c
parentc2e860bd891b202a40bebf21ca1d243212025dc8 (diff)
Zap trailing whitespaces.
Diffstat (limited to 'usr.bin/cvs/util.c')
-rw-r--r--usr.bin/cvs/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/util.c b/usr.bin/cvs/util.c
index b17749ebc8b..a2ea80e822c 100644
--- a/usr.bin/cvs/util.c
+++ b/usr.bin/cvs/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.127 2008/01/31 16:44:46 tobias Exp $ */
+/* $OpenBSD: util.c,v 1.128 2008/01/31 22:09:05 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* Copyright (c) 2005, 2006 Joris Vink <joris@openbsd.org>
@@ -433,7 +433,7 @@ cvs_rmdir(const char *path)
}
}
switch (type) {
- case CVS_DIR:
+ case CVS_DIR:
if (cvs_rmdir(fpath) == -1)
goto done;
break;