diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-01-20 00:52:50 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-01-20 00:52:50 +0000 |
commit | 224051dadebcae607ee11c7c3ba9842f42abf49d (patch) | |
tree | 0845578776affa549e7f2e8d6475e93d1de31496 /gnu/usr.bin/cvs | |
parent | 6f2aa3669d98151652e44aef2a0cef1cca5fc71f (diff) |
Nuke some excess whitespace.
Diffstat (limited to 'gnu/usr.bin/cvs')
-rw-r--r-- | gnu/usr.bin/cvs/src/log.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/usr.bin/cvs/src/log.c b/gnu/usr.bin/cvs/src/log.c index f7a906e4213..a59f814106b 100644 --- a/gnu/usr.bin/cvs/src/log.c +++ b/gnu/usr.bin/cvs/src/log.c @@ -1,12 +1,12 @@ /* * Copyright (c) 1992, Brian Berliner and Jeff Polk * Copyright (c) 1989-1992, Brian Berliner - * + * * You may distribute under the terms of the GNU General Public License as * specified in the README file that comes with the CVS source distribution. - * + * * Print Log Information - * + * * Prints the RCS "log" (rlog) information for the specified files. With no * argument, prints the log information for all the files in the directory * (recursive by default). @@ -329,7 +329,7 @@ cvslog (argc, argv) free (p->end); free (p); } - + if (log_data.header) send_arg ("-h"); if (local) @@ -794,7 +794,7 @@ log_fileproc (callerdat, finfo) if (p != NULL) { Entnode *e; - + e = (Entnode *) p->data; if (e->version[0] == '0' && e->version[1] == '\0') { @@ -804,10 +804,10 @@ log_fileproc (callerdat, finfo) return(0); } } - + if (!really_quiet) error (0, 0, "nothing known about %s", finfo->file); - + return (1); } |