mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-27 20:20:30 +00:00
exp: fix a GCC 6 -Wmisleading-indentation warning
Replaced the spaces by tabs to fix it. Signed-off-by: Peter Wu <peter@lekensteyn.nl> Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
f1029d44be
commit
daaa2c5cb1
@ -357,10 +357,10 @@ static int nfnl_exp_build_tuple(struct nl_msg *msg, const struct nfnl_exp *exp,
|
||||
|
||||
int type = exp_get_tuple_attr(cta);
|
||||
|
||||
if (cta == CTA_EXPECT_NAT)
|
||||
tuple = nla_nest_start(msg, CTA_EXPECT_NAT_TUPLE);
|
||||
else
|
||||
tuple = nla_nest_start(msg, cta);
|
||||
if (cta == CTA_EXPECT_NAT)
|
||||
tuple = nla_nest_start(msg, CTA_EXPECT_NAT_TUPLE);
|
||||
else
|
||||
tuple = nla_nest_start(msg, cta);
|
||||
|
||||
if (!tuple)
|
||||
goto nla_put_failure;
|
||||
|
Loading…
Reference in New Issue
Block a user