From 624cf8377234fdec01e691c874e3a032d083cf7f Mon Sep 17 00:00:00 2001 From: Marcus Shawcroft Date: Wed, 22 Jun 2016 09:42:15 +0100 Subject: [PATCH] net: Fix code formatting Re-instate correct code formatting. No functional change. Change-Id: If7c61214c07c6573ec25022ad47f83cc1b29e24c Signed-off-by: Marcus Shawcroft --- net/ip/net_context.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/ip/net_context.c b/net/ip/net_context.c index 834263d5cad..e4ae1472330 100644 --- a/net/ip/net_context.c +++ b/net/ip/net_context.c @@ -124,10 +124,10 @@ static int context_port_used(enum ip_protocol ip_proto, uint16_t local_port, } struct net_context *net_context_get(enum ip_protocol ip_proto, - const struct net_addr *remote_addr, - uint16_t remote_port, - struct net_addr *local_addr, - uint16_t local_port) + const struct net_addr *remote_addr, + uint16_t remote_port, + struct net_addr *local_addr, + uint16_t local_port) { #ifdef CONFIG_NETWORKING_WITH_IPV6 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;