diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2015-11-05 21:56:57 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2015-11-05 21:56:57 +0000 |
commit | d9e6a45e4bc4ede960a3502e52eb4d455930b446 (patch) | |
tree | 671755432dcda2520ed329b47f5bddb6b3743d38 /sbin | |
parent | 3277fb17f93b7bbd47e5e86bc6f20b8173f9955b (diff) |
Whitespace, reduce diff to ping.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ping6/ping6.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c index c81cb76db81..6701a1fdec6 100644 --- a/sbin/ping6/ping6.c +++ b/sbin/ping6/ping6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ping6.c,v 1.139 2015/11/05 21:30:45 florian Exp $ */ +/* $OpenBSD: ping6.c,v 1.140 2015/11/05 21:56:56 florian Exp $ */ /* $KAME: ping6.c,v 1.163 2002/10/25 02:19:06 itojun Exp $ */ /* @@ -107,8 +107,8 @@ #include <unistd.h> struct tv64 { - u_int64_t tv64_sec; - u_int64_t tv64_nsec; + u_int64_t tv64_sec; + u_int64_t tv64_nsec; }; struct payload { |