From 224051dadebcae607ee11c7c3ba9842f42abf49d Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Fri, 20 Jan 2017 00:52:50 +0000 Subject: Nuke some excess whitespace. --- gnu/usr.bin/cvs/src/log.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gnu/usr.bin/cvs') 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); } -- cgit v1.2.3