diff options
author | 1999-01-10 02:42:31 +0000 | |
---|---|---|
committer | 1999-01-10 02:42:31 +0000 | |
commit | e3b14f19a3b32b16c46956f47b362469c1380b61 (patch) | |
tree | 9632c38bbb7c1e5583722ecc9cd770e6111ec7b5 /sys/netinet6/tcpipv6.h | |
parent | merge INPROTO_* tables (diff) | |
download | wireguard-openbsd-e3b14f19a3b32b16c46956f47b362469c1380b61.tar.xz wireguard-openbsd-e3b14f19a3b32b16c46956f47b362469c1380b61.zip |
indent
Diffstat (limited to 'sys/netinet6/tcpipv6.h')
-rw-r--r-- | sys/netinet6/tcpipv6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/tcpipv6.h b/sys/netinet6/tcpipv6.h index 57ca9505d21..5363797baa9 100644 --- a/sys/netinet6/tcpipv6.h +++ b/sys/netinet6/tcpipv6.h @@ -16,8 +16,8 @@ didn't get a copy, you may request one from <license@ipv6.nrl.navy.mil>. #include <netinet/tcp.h> struct tcpipv6hdr { - struct ipv6 ti6_i; - struct tcphdr ti6_t; + struct ipv6 ti6_i; + struct tcphdr ti6_t; }; #define ti6_src ti6_i.ipv6_src |