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 | |
parent | c5bc26626ed114c7fbe79ec5dd4b9e4436b17470 (diff) |
spaces
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rcs/ci.c | 4 | ||||
-rw-r--r-- | usr.bin/rcs/co.c | 4 | ||||
-rw-r--r-- | usr.bin/rcs/rcsprog.h | 4 |
3 files changed, 6 insertions, 6 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); diff --git a/usr.bin/rcs/co.c b/usr.bin/rcs/co.c index 35fa43990a9..f16aae93e25 100644 --- a/usr.bin/rcs/co.c +++ b/usr.bin/rcs/co.c @@ -1,4 +1,4 @@ -/* $OpenBSD: co.c,v 1.73 2006/04/12 08:23:30 ray Exp $ */ +/* $OpenBSD: co.c,v 1.74 2006/04/12 08:27:31 deraadt Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -319,7 +319,7 @@ checkout_rev(RCSFILE *file, RCSNUM *frev, const char *dst, int flags, if ((verbose == 1) && !(flags & NEWFILE) && !(flags & CO_REVERT)) printf("revision %s", buf); - + if ((verbose == 1) && (flags & CO_REVERT)) printf("done"); diff --git a/usr.bin/rcs/rcsprog.h b/usr.bin/rcs/rcsprog.h index 1810c6bf085..b343a821401 100644 --- a/usr.bin/rcs/rcsprog.h +++ b/usr.bin/rcs/rcsprog.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.h,v 1.44 2006/04/12 08:23:30 ray Exp $ */ +/* $OpenBSD: rcsprog.h,v 1.45 2006/04/12 08:27:31 deraadt Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -109,7 +109,7 @@ int rcs_init(char *, char **, int); int rcs_getopt(int, char **, const char *); int rcs_main(int, char **); void rcs_set_mtime(const char *, time_t); -char *rcs_choosefile(const char *); +char *rcs_choosefile(const char *); int rcs_statfile(char *, char *, size_t); time_t rcs_get_mtime(const char *); void rcs_set_rev(const char *, RCSNUM **); |