netfilter: nat: fix indentation of function arguments
A couple of arguments to a function call are incorrectly indented. Fix them. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Florian Westphal <fw@strlen.de>
This commit is contained in:
parent
e5d015a114
commit
b0ca200077
|
@ -549,8 +549,8 @@ get_unique_tuple(struct nf_conntrack_tuple *tuple,
|
|||
if (range->flags & NF_NAT_RANGE_PROTO_SPECIFIED) {
|
||||
if (!(range->flags & NF_NAT_RANGE_PROTO_OFFSET) &&
|
||||
l4proto_in_range(tuple, maniptype,
|
||||
&range->min_proto,
|
||||
&range->max_proto) &&
|
||||
&range->min_proto,
|
||||
&range->max_proto) &&
|
||||
(range->min_proto.all == range->max_proto.all ||
|
||||
!nf_nat_used_tuple(tuple, ct)))
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue