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>
This commit is contained in:
parent
008027c31d
commit
19f0a60201
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue