Skip to content

Commit

Permalink
Move check to a new line
Browse files Browse the repository at this point in the history
  • Loading branch information
occam25 committed Jan 29, 2025
1 parent 2aef6a4 commit 1183831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/procfs/net_statistics.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1183831

Please sign in to comment.