From 118383178af5dc643e29fbe089aba3f0337a4726 Mon Sep 17 00:00:00 2001 From: Javier Casas Date: Wed, 29 Jan 2025 17:13:19 +0100 Subject: [PATCH] Move check to a new line --- net/procfs/net_statistics.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/procfs/net_statistics.c b/net/procfs/net_statistics.c index b7cb654207310..b4956d40c1467 100644 --- a/net/procfs/net_statistics.c +++ b/net/procfs/net_statistics.c @@ -40,7 +40,8 @@ #if defined(CONFIG_NET_IPv4) || defined(CONFIG_NET_IPv6) || \ defined(CONFIG_NET_TCP) || defined(CONFIG_NET_UDP) || \ - defined(CONFIG_NET_ICMP) || defined(CONFIG_NET_ICMPv6) || defined(CONFIG_NET_CAN) + defined(CONFIG_NET_ICMP) || defined(CONFIG_NET_ICMPv6) || \ + defined(CONFIG_NET_CAN) /**************************************************************************** * Private Function Prototypes