All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: netfilter: fix code indentation
@ 2021-12-08  7:20 Jεan Sacren
  0 siblings, 0 replies; only message in thread
From: Jεan Sacren @ 2021-12-08  7:20 UTC (permalink / raw)
  To: pablo, kadlec, fw, davem, yoshfuji, dsahern, kuba,
	netfilter-devel, coreteam, netdev

From: Jean Sacren <sakiwit@gmail.com>

Use tabs for inadequate number of spaces for code indentation.

Signed-off-by: Jean Sacren <sakiwit@gmail.com>
---
 net/ipv4/netfilter/nft_fib_ipv4.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/ipv4/netfilter/nft_fib_ipv4.c b/net/ipv4/netfilter/nft_fib_ipv4.c
index 03df986217b7..c0df2dc71c81 100644
--- a/net/ipv4/netfilter/nft_fib_ipv4.c
+++ b/net/ipv4/netfilter/nft_fib_ipv4.c
@@ -130,8 +130,8 @@ void nft_fib4_eval(const struct nft_expr *expr, struct nft_regs *regs,
 		break;
 	}
 
-       if (!oif) {
-               found = FIB_RES_DEV(res);
+	if (!oif) {
+		found = FIB_RES_DEV(res);
 	} else {
 		if (!fib_info_nh_uses_dev(res.fi, oif))
 			return;

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-08  7:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-08  7:20 [PATCH net-next] net: netfilter: fix code indentation Jεan Sacren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.