diff options
author | Ian Morris <ipm@chirality.org.uk> | 2015-10-11 17:32:14 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-10-13 14:12:37 +0200 |
commit | 6ac94619b66de77b39dc628099ef3260870b6c77 (patch) | |
tree | 7d87c03ade413db54eb2697f8b26bad1d0e8372c /net/ipv6 | |
parent | 7ceebfe46ec026b5405416b72772ac5aa9e09e84 (diff) | |
download | linux-6ac94619b66de77b39dc628099ef3260870b6c77.tar.bz2 |
netfilter: ip6_tables: label placement
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>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/netfilter/ip6_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/ip6_tables.c b/net/ipv6/netfilter/ip6_tables.c index 80e3bd72b715..67a282175cf6 100644 --- a/net/ipv6/netfilter/ip6_tables.c +++ b/net/ipv6/netfilter/ip6_tables.c @@ -561,7 +561,7 @@ mark_source_chains(const struct xt_table_info *newinfo, pos = newpos; } } - next: +next: duprintf("Finished chain %u\n", hook); } return 1; |