Commit 971095c6 authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Pablo Neira Ayuso
Browse files

netfilter: rpfilter/fib: clean up some inconsistent indenting

No functional modification involved.

net/ipv4/netfilter/nft_fib_ipv4.c:141 nft_fib4_eval() warn: inconsistent indenting.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2733


Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 8daa8fde
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -143,7 +143,6 @@ void nft_fib4_eval(const struct nft_expr *expr, struct nft_regs *regs,
	} else {
		if (!fib_info_nh_uses_dev(res.fi, oif))
			return;

		found = oif;
	}