From d7933c0f61a3316cc3d1ca7e74d30e193de2f612 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 12 Sep 2017 12:18:22 +0200 Subject: Remove tailing spaces and TODO file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id7cdad4e24c6ab62bf9c325b542e1605b17223f4 Signed-off-by: José Bollo --- src/afb-api-ws.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/afb-api-ws.c') diff --git a/src/afb-api-ws.c b/src/afb-api-ws.c index 0022d526..7e0adb7e 100644 --- a/src/afb-api-ws.c +++ b/src/afb-api-ws.c @@ -169,7 +169,6 @@ static int api_ws_socket_inet(const char *path, int server) } freeaddrinfo(rai); return -1; - } static int api_ws_socket(const char *path, int server) -- cgit 1.2.3-korg