datapath: Fix coding style issues.
[sliver-openvswitch.git] / datapath / linux / compat / include / linux / icmpv6.h
index f005a48..06d91b3 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef HAVE_ICMP6_HDR
 static inline struct icmp6hdr *icmp6_hdr(const struct sk_buff *skb)
 {
-        return (struct icmp6hdr *)skb_transport_header(skb);
+       return (struct icmp6hdr *)skb_transport_header(skb);
 }
 #endif