]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/netfilter_bridge/ebt_nat.h
net: cleanup include/linux
[mirror_ubuntu-zesty-kernel.git] / include / linux / netfilter_bridge / ebt_nat.h
index 435b886a51aa61b511c02046efef8c27d9b35ab9..5e74e3b03bd6bf9cb13592fe3de438eef729d333 100644 (file)
@@ -2,8 +2,7 @@
 #define __LINUX_BRIDGE_EBT_NAT_H
 
 #define NAT_ARP_BIT  (0x00000010)
-struct ebt_nat_info
-{
+struct ebt_nat_info {
        unsigned char mac[ETH_ALEN];
        /* EBT_ACCEPT, EBT_DROP, EBT_CONTINUE or EBT_RETURN */
        int target;