Skip to content

Commit

Permalink
new line
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Jan 9, 2025
1 parent b5ebed3 commit 9c25a35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ti/ws.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
static struct lws_context * ws__context;
const size_t ws__mf = LWS_SS_MTU-LWS_PRE;

typedef struct {
typedef struct
{
ti_write_t * req;
size_t f; /* current frame */
size_t nf; /* total number of frames */
Expand Down

0 comments on commit 9c25a35

Please sign in to comment.