summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cmd.c
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2005-12-30 17:51:02 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2005-12-30 17:51:02 +0000
commit2f1666bdc94f01cc8dfd259b207b47298e19cf06 (patch)
treef9b8ee9ed3ea95991a763841bd861ed018936e2c /usr.bin/cvs/cmd.c
parentc86e0732da12eb4c15d8bab268290ef5f3dfacb2 (diff)
knf
Diffstat (limited to 'usr.bin/cvs/cmd.c')
-rw-r--r--usr.bin/cvs/cmd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/cvs/cmd.c b/usr.bin/cvs/cmd.c
index b3d1d5b742c..3146af9dc41 100644
--- a/usr.bin/cvs/cmd.c
+++ b/usr.bin/cvs/cmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.c,v 1.40 2005/12/30 02:03:28 joris Exp $ */
+/* $OpenBSD: cmd.c,v 1.41 2005/12/30 17:51:01 reyk Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -179,7 +179,8 @@ cvs_startcmd(struct cvs_cmd *cmd, int argc, char **argv)
* We are not checking for CVS/Root since we fetched the root
* above via cvsroot_get().
*
- * checkout, export, import, init and release do not depend on these files.
+ * checkout, export, import, init and release do not depend on
+ * these files.
*/
error = 0;
if ((cmd->cmd_op != CVS_OP_CHECKOUT) &&