summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2002-07-01 13:18:52 +0000
committermaxim <maxim@FreeBSD.org>2002-07-01 13:18:52 +0000
commitf6364a955e01d3049c475f7bc6ff1d911be69324 (patch)
tree306d855dc0f5a47782b126b48ff994856e7540e4 /usr.sbin
parent95fdc0d64270a5c2ee2ae40815f48bf0e71216a6 (diff)
downloadFreeBSD-src-f6364a955e01d3049c475f7bc6ff1d911be69324.zip
FreeBSD-src-f6364a955e01d3049c475f7bc6ff1d911be69324.tar.gz
Remove the last EOF spaces I missed in rev. 1.43.
MFC after: 1 week
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/newsyslog/newsyslog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c
index aa13187..5f6b029 100644
--- a/usr.sbin/newsyslog/newsyslog.c
+++ b/usr.sbin/newsyslog/newsyslog.c
@@ -944,7 +944,7 @@ parse8601(char *s, char *errline)
return -1;
}
if ((tsecs = mktime(&tm)) == -1)
- errx(1, "nonexistent time:\n%s", errline);
+ errx(1, "nonexistent time:\n%s", errline);
return tsecs;
}
@@ -1115,6 +1115,6 @@ parseDWM(char *s, char *errline)
s = t;
}
if ((tsecs = mktime(&tm)) == -1)
- errx(1, "nonexistent time:\n%s", errline);
+ errx(1, "nonexistent time:\n%s", errline);
return tsecs;
}
OpenPOWER on IntegriCloud