ovs-ofctl: Add support for drop_spoofed_arp action.
[openvswitch] / datapath / actions.c
index 53e05872cd1efeb756797f3d27f39d0e13c53135..b75aecdace46d3e7c659918f0bcb9bd0acb81b54 100644 (file)
@@ -122,7 +122,7 @@ static struct sk_buff *modify_vlan_tci(struct datapath *dp, struct sk_buff *skb,
                if (unlikely(err)) {
                        kfree_skb(skb);
                        return ERR_PTR(err);
-               }       
+               }
 
                /* GSO is not implemented for packets with an 802.1Q header, so
                 * we have to do segmentation before we add that header.