datapath: Fix coding style issues.
[sliver-openvswitch.git] / datapath / linux / compat / include / linux / icmp.h
index 89b354e..4be4d2b 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef HAVE_SKBUFF_HEADER_HELPERS
 static inline struct icmphdr *icmp_hdr(const struct sk_buff *skb)
 {
-        return (struct icmphdr *)skb_transport_header(skb);
+       return (struct icmphdr *)skb_transport_header(skb);
 }
 #endif