net: Fix code formatting
Re-instate correct code formatting. No functional change. Change-Id: If7c61214c07c6573ec25022ad47f83cc1b29e24c Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
parent
b92d10d879
commit
624cf83772
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
struct net_context *net_context_get(enum ip_protocol ip_proto,
|
||||||
const struct net_addr *remote_addr,
|
const struct net_addr *remote_addr,
|
||||||
uint16_t remote_port,
|
uint16_t remote_port,
|
||||||
struct net_addr *local_addr,
|
struct net_addr *local_addr,
|
||||||
uint16_t local_port)
|
uint16_t local_port)
|
||||||
{
|
{
|
||||||
#ifdef CONFIG_NETWORKING_WITH_IPV6
|
#ifdef CONFIG_NETWORKING_WITH_IPV6
|
||||||
const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
|
const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue