net: cleanup include/linux
[deliverable/linux.git] / include / linux / netfilter.h
index 6132b5e6d9d336e80571b4c5e3f4e99ac6427a61..48c54960773c1ebbe32463dfb1c32166da9cf84d 100644 (file)
@@ -93,8 +93,7 @@ typedef unsigned int nf_hookfn(unsigned int hooknum,
                               const struct net_device *out,
                               int (*okfn)(struct sk_buff *));
 
-struct nf_hook_ops
-{
+struct nf_hook_ops {
        struct list_head list;
 
        /* User fills in from here down. */
@@ -106,8 +105,7 @@ struct nf_hook_ops
        int priority;
 };
 
-struct nf_sockopt_ops
-{
+struct nf_sockopt_ops {
        struct list_head list;
 
        u_int8_t pf;
This page took 0.027183 seconds and 5 git commands to generate.