summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2006-03-31 01:39:37 +0000
committerJoris Vink <joris@cvs.openbsd.org>2006-03-31 01:39:37 +0000
commita7b3cf0492d5de2b408c150e84f6a7c09068ead9 (patch)
treebd23eedeb39d9dd3508a173e84977e938b922ec2 /usr.bin
parenta3fdd6d98f3bec1c692f6c8d398eec1c6a72d166 (diff)
spacing;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rcs/ci.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c
index dcfa42814eb..cf254aee02c 100644
--- a/usr.bin/rcs/ci.c
+++ b/usr.bin/rcs/ci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ci.c,v 1.132 2006/03/30 23:19:20 joris Exp $ */
+/* $OpenBSD: ci.c,v 1.133 2006/03/31 01:39:36 joris Exp $ */
/*
* Copyright (c) 2005, 2006 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -687,6 +687,7 @@ checkin_init(struct checkin_params *pb)
pb->rcs_msg = checkin_getlogmsg(pb->frev, pb->newrev);
rcsnum_free(pb->frev);
}
+
/*
* Set the date of the revision to be the last modification
* time of the working file if -d has no argument.
@@ -703,6 +704,7 @@ checkin_init(struct checkin_params *pb)
cvs_log(LP_ERR, "failed to add new revision");
goto fail;
}
+
/*
* If we are checking in to a non-default (ie user-specified)
* revision, set head to this revision.
@@ -718,6 +720,7 @@ checkin_init(struct checkin_params *pb)
cvs_log(LP_ERR, "failed to set new head revision");
goto fail;
}
+
/* Attach a symbolic name to this revision if specified. */
if (pb->symbol != NULL
&& (checkin_attach_symbol(pb) < 0))