]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/xt_CLASSIFY.c
[NETFILTER]: Fix whitespace errors
[net-next-2.6.git] / net / netfilter / xt_CLASSIFY.c
index 4007bbefc8abf8d7e2ff8bdaccbb10fcbad2b4c9..30884833e665b6d7cb721dcb1b4c6015418d84ec 100644 (file)
@@ -48,7 +48,7 @@ static struct xt_target xt_classify_target[] = {
                .table          = "mangle",
                .hooks          = (1 << NF_IP_LOCAL_OUT) |
                                  (1 << NF_IP_FORWARD) |
-                                 (1 << NF_IP_POST_ROUTING),
+                                 (1 << NF_IP_POST_ROUTING),
                .me             = THIS_MODULE,
        },
        {
@@ -59,7 +59,7 @@ static struct xt_target xt_classify_target[] = {
                .table          = "mangle",
                .hooks          = (1 << NF_IP6_LOCAL_OUT) |
                                  (1 << NF_IP6_FORWARD) |
-                                 (1 << NF_IP6_POST_ROUTING),
+                                 (1 << NF_IP6_POST_ROUTING),
                .me             = THIS_MODULE,
        },
 };