From 2d3d0772324047c273af8ed1a776ea5406c13fe0 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Thu, 30 Mar 1989 22:02:45 -0500 Subject: [PATCH] blank ends removed SCCS-file: date.c SCCS-SID: 4.9 --- date.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/date.c b/date.c index 603b2b2..9ed8a82 100644 --- a/date.c +++ b/date.c @@ -165,7 +165,7 @@ char * argv[]; if (format == NULL) format = cp + 1; else { - (void) fprintf(stderr, + (void) fprintf(stderr, "date: error: multiple formats in command line\n"); usage(); } @@ -625,7 +625,7 @@ time_t oldnow; struct tm othertm; register int pass; register long offset; - + /* ** See if there's both a USG and a BSD interpretation. */ @@ -653,7 +653,7 @@ time_t oldnow; ** been set--it may take a while, and we don't want to introduce an unnecessary ** lag between the time the user enters their command and the time that ** stime/settimeofday is called. -** +** ** We just check nearby times to see if any of them have the same representation ** as the time that convert returned. We work our way out from the center ** for quick response in solar time situations. We only handle common cases--