summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2017-01-21 08:17:07 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2017-01-21 08:17:07 +0000
commitefeb27bcd0dede85fdf787c001cd587e7e9f666a (patch)
treeb9cfb362b0e767ce92893af22e890000d5547039
parent418b196dca930f6e0b2d8b6c3600ebbe7c6d6e2f (diff)
Nuke whitespace foolish enough to expose itself during the great
"warning:" rectification.
-rw-r--r--bin/pax/file_subs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c
index 7d50e23cdef..9f834bf1748 100644
--- a/bin/pax/file_subs.c
+++ b/bin/pax/file_subs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: file_subs.c,v 1.52 2016/08/26 04:11:16 guenther Exp $ */
+/* $OpenBSD: file_subs.c,v 1.53 2017/01/21 08:17:06 krw Exp $ */
/* $NetBSD: file_subs.c,v 1.4 1995/03/21 09:07:18 cgd Exp $ */
/*-
@@ -719,7 +719,7 @@ fset_ftime(const char *fnm, int fd, const struct timespec *mtimp,
{
struct timespec tv[2];
-
+
tv[0] = *atimp;
tv[1] = *mtimp;