summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2017-01-21 08:17:06 +0000
committerkrw <krw@openbsd.org>2017-01-21 08:17:06 +0000
commitbc8e3fdf1514e2526580b53e7fd9c0ca21409d79 (patch)
treee129c47c21914dc9cd80a11d7e09562549ce5949
parent1. When shrinking a chunk allocation, compare the size of the current (diff)
downloadwireguard-openbsd-bc8e3fdf1514e2526580b53e7fd9c0ca21409d79.tar.xz
wireguard-openbsd-bc8e3fdf1514e2526580b53e7fd9c0ca21409d79.zip
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;