datapath: Fix coding style issues.
[openvswitch] / datapath / linux / compat / include / linux / tcp.h
index 6fad1933b22ada5ccaf3dc8e21fc01d0a400e6ad..9260b191bd4a252bd3b81613f354eadda162fa19 100644 (file)
@@ -11,7 +11,7 @@ static inline struct tcphdr *tcp_hdr(const struct sk_buff *skb)
 
 static inline unsigned int tcp_hdrlen(const struct sk_buff *skb)
 {
-        return tcp_hdr(skb)->doff * 4;
+       return tcp_hdr(skb)->doff * 4;
 }
 #endif /* !HAVE_SKBUFF_HEADER_HELPERS */