netfilter: ipv4: label placement
authorIan Morris <ipm@chirality.org.uk>
Wed, 14 Oct 2015 22:17:04 +0000 (23:17 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 16 Oct 2015 17:17:41 +0000 (19:17 +0200)
Whitespace cleansing: Labels should not be indented.

No changes detected by objdiff.

Signed-off-by: Ian Morris <ipm@chirality.org.uk>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/netfilter/arp_tables.c
net/ipv4/netfilter/ip_tables.c

index 2dad3e1..7300616 100644 (file)
@@ -468,7 +468,7 @@ static int mark_source_chains(const struct xt_table_info *newinfo,
                                pos = newpos;
                        }
                }
-               next:
+next:
                duprintf("Finished chain %u\n", hook);
        }
        return 1;
index 42d0946..3be2a4d 100644 (file)
@@ -549,7 +549,7 @@ mark_source_chains(const struct xt_table_info *newinfo,
                                pos = newpos;
                        }
                }
-               next:
+next:
                duprintf("Finished chain %u\n", hook);
        }
        return 1;