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/co.c | |
parent | c5bc26626ed114c7fbe79ec5dd4b9e4436b17470 (diff) |
spaces
Diffstat (limited to 'usr.bin/rcs/co.c')
-rw-r--r-- | usr.bin/rcs/co.c | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |