mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
Fixed spacing.
This commit is contained in:
parent
2f82be89d5
commit
dae2dcb09e
1 changed files with 2 additions and 2 deletions
|
@ -1286,8 +1286,8 @@ spill:
|
|||
wsi->protocol->callback(wsi->protocol->owning_server,
|
||||
wsi, callback_action,
|
||||
wsi->user_space,
|
||||
&wsi->rx_user_buffer[LWS_SEND_BUFFER_PRE_PADDING],
|
||||
wsi->rx_user_buffer_head);
|
||||
&wsi->rx_user_buffer[LWS_SEND_BUFFER_PRE_PADDING],
|
||||
wsi->rx_user_buffer_head);
|
||||
wsi->rx_user_buffer_head = 0;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue