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:
parent
280c20de94
commit
c58a127ca5
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue