summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2015-06-08 22:19:27 +0000
committerkrw <krw@openbsd.org>2015-06-08 22:19:27 +0000
commitbc31a3349b71e7a528c35a400a7e7e5d40b0616d (patch)
treefb140060a951328d36b87784142adc4a23215618 /sys/netinet6/in6.h
parentexpr isn't on the ramdisk use ksh for addition (diff)
downloadwireguard-openbsd-bc31a3349b71e7a528c35a400a7e7e5d40b0616d.tar.xz
wireguard-openbsd-bc31a3349b71e7a528c35a400a7e7e5d40b0616d.zip
More damned eye searing whitespace. No change to .o files.
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r--sys/netinet6/in6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index 4b3bb6dc969..0817e4c1106 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6.h,v 1.82 2015/04/14 14:18:37 mikeb Exp $ */
+/* $OpenBSD: in6.h,v 1.83 2015/06/08 22:19:28 krw Exp $ */
/* $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $ */
/*
@@ -260,7 +260,7 @@ struct route_in6 {
(IN6_IS_ADDR_MULTICAST(a) && \
(__IPV6_ADDR_MC_SCOPE(a) == __IPV6_ADDR_SCOPE_LINKLOCAL))
#define IN6_IS_ADDR_MC_SITELOCAL(a) \
- (IN6_IS_ADDR_MULTICAST(a) && \
+ (IN6_IS_ADDR_MULTICAST(a) && \
(__IPV6_ADDR_MC_SCOPE(a) == __IPV6_ADDR_SCOPE_SITELOCAL))
#define IN6_IS_ADDR_MC_ORGLOCAL(a) \
(IN6_IS_ADDR_MULTICAST(a) && \