diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-12 08:27:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-12 08:27:32 +0000 |
commit | ad6e35c742047f496a5538654ef47a609a2496c8 (patch) | |
tree | c973988d7ea652f72e969750ad760f211651dbbc /usr.bin/rcs/ci.c | |
parent | c5bc26626ed114c7fbe79ec5dd4b9e4436b17470 (diff) |
spaces
Diffstat (limited to 'usr.bin/rcs/ci.c')
-rw-r--r-- | usr.bin/rcs/ci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c index 36fc4e345dd..2a68f687088 100644 --- a/usr.bin/rcs/ci.c +++ b/usr.bin/rcs/ci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.139 2006/04/12 08:23:30 ray Exp $ */ +/* $OpenBSD: ci.c,v 1.140 2006/04/12 08:27:31 deraadt Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -599,7 +599,7 @@ checkin_update(struct checkin_params *pb) xfree(pb->deltatext); xfree(filec); (void)unlink(pb->filename); - + /* Write out RCSFILE before calling checkout_rev() */ rcs_write(pb->file); |