Commit 19f0a602 authored by Ian Morris's avatar Ian Morris Committed by Pablo Neira Ayuso

netfilter: ipv4: label placement

Whitespace cleansing: Labels should not be indented.

No changes detected by objdiff.
Signed-off-by: default avatarIan Morris <ipm@chirality.org.uk>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 008027c3
...@@ -468,7 +468,7 @@ static int mark_source_chains(const struct xt_table_info *newinfo, ...@@ -468,7 +468,7 @@ static int mark_source_chains(const struct xt_table_info *newinfo,
pos = newpos; pos = newpos;
} }
} }
next: next:
duprintf("Finished chain %u\n", hook); duprintf("Finished chain %u\n", hook);
} }
return 1; return 1;
......
...@@ -549,7 +549,7 @@ mark_source_chains(const struct xt_table_info *newinfo, ...@@ -549,7 +549,7 @@ mark_source_chains(const struct xt_table_info *newinfo,
pos = newpos; pos = newpos;
} }
} }
next: next:
duprintf("Finished chain %u\n", hook); duprintf("Finished chain %u\n", hook);
} }
return 1; return 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment