From 87aa99bbbbf620c4ce98996d472fdae45f077eae Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 16 Aug 2004 18:32:07 +0000 Subject: White space cleanup for netinet before branch: - Trailing tab/space cleanup - Remove spurious spaces between or before tabs This change avoids touching files that Andre likely has in his working set for PFIL hooks changes for IPFW/DUMMYNET. Approved by: re (scottl) Submitted by: Xin LI --- sys/netinet/tcpip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet/tcpip.h') diff --git a/sys/netinet/tcpip.h b/sys/netinet/tcpip.h index 49a4be3..c410da7 100644 --- a/sys/netinet/tcpip.h +++ b/sys/netinet/tcpip.h @@ -37,7 +37,7 @@ * Tcp+ip header, after ip options removed. */ struct tcpiphdr { - struct ipovly ti_i; /* overlaid ip structure */ + struct ipovly ti_i; /* overlaid ip structure */ struct tcphdr ti_t; /* tcp header */ }; #define ti_x1 ti_i.ih_x1 -- cgit v1.1