diff options
author | 2008-02-04 19:12:31 +0000 | |
---|---|---|
committer | 2008-02-04 19:12:31 +0000 | |
commit | 33b84c4913d68fcdad21d63e507593c774c76276 (patch) | |
tree | 57b7fe490f4973c1738f7871ba6adf874c5c462c /usr.bin/cvs/annotate.c | |
parent | more CVSROOT/modules stuff: (diff) | |
download | wireguard-openbsd-33b84c4913d68fcdad21d63e507593c774c76276.tar.xz wireguard-openbsd-33b84c4913d68fcdad21d63e507593c774c76276.zip |
trailing space police;
Diffstat (limited to 'usr.bin/cvs/annotate.c')
-rw-r--r-- | usr.bin/cvs/annotate.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/cvs/annotate.c b/usr.bin/cvs/annotate.c index 7996d19ed0b..d6a3312aed3 100644 --- a/usr.bin/cvs/annotate.c +++ b/usr.bin/cvs/annotate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: annotate.c,v 1.50 2008/02/03 16:59:11 tobias Exp $ */ +/* $OpenBSD: annotate.c,v 1.51 2008/02/04 19:12:31 joris Exp $ */ /* * Copyright (c) 2007 Tobias Stoeckmann <tobias@openbsd.org> * Copyright (c) 2006 Xavier Santolaria <xsa@openbsd.org> @@ -161,10 +161,10 @@ cvs_annotate_local(struct cvs_file *cf) /* Stick at weird GNU cvs, ignore error. */ return; - /* -f is not allowed for unknown symbols */ - rev = rcsnum_parse(cvs_specified_tag); - if (rev == NULL) - fatal("no such tag %s", cvs_specified_tag); + /* -f is not allowed for unknown symbols */ + rev = rcsnum_parse(cvs_specified_tag); + if (rev == NULL) + fatal("no such tag %s", cvs_specified_tag); rcsnum_free(rev); rev = rcsnum_alloc(); rcsnum_cpy(cf->file_rcs->rf_head, rev, 0); |