Cosmetic fix to break up long line

This commit is contained in:
Gregory Nutt 2015-09-03 07:33:50 -06:00
parent 36f4d0e9fc
commit 14297afb83
1 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,8 @@ static int tcp_find_ipv4_device(FAR struct tcp_conn_s *conn, in_addr_t addr)
****************************************************************************/
#ifdef CONFIG_NET_IPv6
static int tcp_find_ipv6_device(FAR struct tcp_conn_s *conn, const net_ipv6addr_t addr)
static int tcp_find_ipv6_device(FAR struct tcp_conn_s *conn,
const net_ipv6addr_t addr)
{
#ifdef CONFIG_NETDEV_MULTINIC
/* Do nothing if a device is already bound to the connection */