From 8e13bcd43d112ec441b46aa029429cd5ecec94e1 Mon Sep 17 00:00:00 2001 From: sg Date: Wed, 10 Dec 2014 21:24:02 +0100 Subject: [PATCH] fixed indentation --- src/api/api_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/api_lib.c b/src/api/api_lib.c index 97177206..060a0306 100644 --- a/src/api/api_lib.c +++ b/src/api/api_lib.c @@ -247,8 +247,8 @@ netconn_connect(struct netconn *conn, ip_addr_t *addr, u16_t port) #endif /* (LWIP_UDP || LWIP_RAW) && LWIP_TCP */ #if (LWIP_UDP || LWIP_RAW) { - /* UDP and RAW only set flags, so we can use core-locking. */ - TCPIP_APIMSG(&API_MSG_VAR_REF(msg), lwip_netconn_do_connect, err); + /* UDP and RAW only set flags, so we can use core-locking. */ + TCPIP_APIMSG(&API_MSG_VAR_REF(msg), lwip_netconn_do_connect, err); } #endif /* (LWIP_UDP || LWIP_RAW) */ API_MSG_VAR_FREE(msg);