summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cmd.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-07-25 12:05:44 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-07-25 12:05:44 +0000
commitc881ebf8d29951dd1a85fc7c1e3c1236021b4697 (patch)
treec924ce43a79f7fa2f3c768c41b8e174c2e6f94db /usr.bin/cvs/cmd.c
parent5acdc59b80474dc1722a5c5439df2d68aabe7a52 (diff)
KNF;
Diffstat (limited to 'usr.bin/cvs/cmd.c')
-rw-r--r--usr.bin/cvs/cmd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/cmd.c b/usr.bin/cvs/cmd.c
index b32f2c19099..11c8d155842 100644
--- a/usr.bin/cvs/cmd.c
+++ b/usr.bin/cvs/cmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.c,v 1.31 2005/07/23 11:19:46 joris Exp $ */
+/* $OpenBSD: cmd.c,v 1.32 2005/07/25 12:05:43 xsa Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -96,7 +96,7 @@ struct cvs_cmd *cvs_cdt[] = {
* aliases matches <cmd>.
* Returns a pointer to the command entry on success, NULL on failure.
*/
-struct cvs_cmd*
+struct cvs_cmd *
cvs_findcmd(const char *cmd)
{
int i, j;
@@ -121,7 +121,7 @@ cvs_findcmd(const char *cmd)
return (cmdp);
}
-struct cvs_cmd*
+struct cvs_cmd *
cvs_findcmdbyreq(int reqid)
{
int i;