From c58a127ca5ae110a0c2d74fd9729c6f352370b62 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 5 Jun 2018 09:13:35 +0200 Subject: [PATCH] whitespace cleanup --- lib/web.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web.c b/lib/web.c index 381e147a4..37047a3d7 100644 --- a/lib/web.c +++ b/lib/web.c @@ -37,7 +37,7 @@ lws_callback_function api_http_protocol_cb; lws_callback_function websocket_protocol_cb; /** List of libwebsockets protocols. */ - struct lws_protocols protocols[] = { +struct lws_protocols protocols[] = { { .name = "http", .callback = lws_callback_http_dummy,