From 2f1666bdc94f01cc8dfd259b207b47298e19cf06 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Fri, 30 Dec 2005 17:51:02 +0000 Subject: knf --- usr.bin/cvs/cmd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.bin/cvs/cmd.c') 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 * 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) && -- cgit v1.2.3