mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-23 04:14:18 +01:00
Reformat C source files
This commit is contained in:
@@ -255,7 +255,7 @@ callback_tty(struct lws *wsi, enum lws_callback_reasons reason,
|
||||
t_free(frame->data);
|
||||
t_free(frame);
|
||||
|
||||
if(lws_partial_buffered(wsi)){
|
||||
if (lws_partial_buffered(wsi)) {
|
||||
lws_callback_on_writable(wsi);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user