remove whitespace from end of lines
[reactos.git] / reactos / drivers / lib / oskittcp / include / freebsd / src / sys / netinet / ip_var.h
index 9aa1e4c..4ac8063 100644 (file)
@@ -70,11 +70,11 @@ struct ipq {
  * Note: ipf_next must be at same offset as ipq_next above
  */
 struct ipasfrag {
-#if BYTE_ORDER == LITTLE_ENDIAN 
+#if BYTE_ORDER == LITTLE_ENDIAN
        u_char  ip_hl:4,
                ip_v:4;
 #endif
-#if BYTE_ORDER == BIG_ENDIAN 
+#if BYTE_ORDER == BIG_ENDIAN
        u_char  ip_v:4,
                ip_hl:4;
 #endif
@@ -176,7 +176,7 @@ extern int   (*ip_mforward) __P((struct ip *, struct ifnet *, struct mbuf *,
                          struct ip_moptions *));
 int     ip_next_mtu __P((int, int));
 int     ip_optcopy __P((struct ip *, struct ip *));
-int     ip_output __P((struct mbuf *, struct mbuf *, struct route *, int, 
+int     ip_output __P((struct mbuf *, struct mbuf *, struct route *, int,
                        struct ip_moptions *));
 int     ip_pcbopts __P((struct mbuf **, struct mbuf *));
 struct ip *