1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

whitespace cleanup

This commit is contained in:
Steffen Vogel 2018-06-05 09:13:35 +02:00
parent 280c20de94
commit c58a127ca5

View file

@ -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,