diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-08 05:01:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-08 05:01:51 +0000 |
commit | 4601e2a18312aa0a1106f5d2a3628d51c2acf4c0 (patch) | |
tree | 20d85b0babd1739f8dec261f3f8143a982c48e66 /usr.bin/cvs/tag.c | |
parent | 2b53cb8465d2a0144e6b4b0ba868864eb62f031e (diff) |
spacing
Diffstat (limited to 'usr.bin/cvs/tag.c')
-rw-r--r-- | usr.bin/cvs/tag.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/tag.c b/usr.bin/cvs/tag.c index cb57d420fa7..db4a3b01180 100644 --- a/usr.bin/cvs/tag.c +++ b/usr.bin/cvs/tag.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tag.c,v 1.40 2006/02/06 08:33:03 xsa Exp $ */ +/* $OpenBSD: tag.c,v 1.41 2006/03/08 05:01:50 deraadt Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * Copyright (c) 2004 Joris Vink <joris@openbsd.org> @@ -143,7 +143,7 @@ cvs_tag_init(struct cvs_cmd *cmd, int argc, char **argv, int *arg) if ((runflags & TAG_BRANCH) && (runflags & TAG_DELETE)) { cvs_log(LP_WARN, "ignoring -b with -d options"); - runflags &= ~TAG_BRANCH; + runflags &= ~TAG_BRANCH; } if ((runflags & TAG_DELETE) && (tag_oldname != NULL)) |