aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Morris <ipm@chirality.org.uk>2015-10-14 18:17:04 -0400
committerPablo Neira Ayuso <pablo@netfilter.org>2015-10-16 13:17:41 -0400
commit19f0a602014c0dd7f1ad9e458618c333a668b15a (patch)
tree0cc1b7685141f5b4b32df1a5ac7a8ee2befe1d83
parent008027c31d57a22bd80dda5acc95b037634eee0f (diff)
netfilter: ipv4: 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>
-rw-r--r--net/ipv4/netfilter/arp_tables.c2
-rw-r--r--net/ipv4/netfilter/ip_tables.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/netfilter/arp_tables.c b/net/ipv4/netfilter/arp_tables.c
index 2dad3e1c5f11..7300616704f7 100644
--- a/net/ipv4/netfilter/arp_tables.c
+++ b/net/ipv4/netfilter/arp_tables.c
@@ -468,7 +468,7 @@ static int mark_source_chains(const struct xt_table_info *newinfo,
468 pos = newpos; 468 pos = newpos;
469 } 469 }
470 } 470 }
471 next: 471next:
472 duprintf("Finished chain %u\n", hook); 472 duprintf("Finished chain %u\n", hook);
473 } 473 }
474 return 1; 474 return 1;
diff --git a/net/ipv4/netfilter/ip_tables.c b/net/ipv4/netfilter/ip_tables.c
index 42d0946956db..3be2a4d2d447 100644
--- a/net/ipv4/netfilter/ip_tables.c
+++ b/net/ipv4/netfilter/ip_tables.c
@@ -549,7 +549,7 @@ mark_source_chains(const struct xt_table_info *newinfo,
549 pos = newpos; 549 pos = newpos;
550 } 550 }
551 } 551 }
552 next: 552next:
553 duprintf("Finished chain %u\n", hook); 553 duprintf("Finished chain %u\n", hook);
554 } 554 }
555 return 1; 555 return 1;