diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-01 21:29:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-01 21:29:38 +0000 |
commit | 1a75674d9eb7a43971bc7f9ef98e497d68c6f6c9 (patch) | |
tree | eda0ea5350e8e17da84abb3e75a2008080cb32f5 /usr.bin/cvs/diff.c | |
parent | 3246402400bb2f3e3936427cc9aaee4c9eb2682c (diff) |
spacing
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r-- | usr.bin/cvs/diff.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c index 7e8b2b54846..6d6eea4d087 100644 --- a/usr.bin/cvs/diff.c +++ b/usr.bin/cvs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.131 2008/02/27 22:34:04 joris Exp $ */ +/* $OpenBSD: diff.c,v 1.132 2008/03/01 21:29:36 deraadt Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -86,7 +86,7 @@ cvs_diff(int argc, char **argv) case 'k': koptstr = optarg; kflag = rcs_kflag_get(koptstr); - if (RCS_KWEXP_INVAL(kflag)) { + if (RCS_KWEXP_INVAL(kflag)) { cvs_log(LP_ERR, "invalid RCS keyword expension mode"); fatal("%s", cvs_cmd_add.cmd_synopsis); @@ -269,7 +269,7 @@ cvs_diff_local(struct cvs_file *cf) rev1, cf->file_path); return; } - if (force_head) { + if (force_head) { /* -f is not allowed for unknown symbols */ diff_rev1 = rcsnum_parse(rev1); if (diff_rev1 == NULL) @@ -290,7 +290,7 @@ cvs_diff_local(struct cvs_file *cf) rev2, cf->file_path); return; } - if (force_head) { + if (force_head) { /* -f is not allowed for unknown symbols */ diff_rev2 = rcsnum_parse(rev2); if (diff_rev2 == NULL) |