Skip to content

Commit e671c96

Browse files
committed
misc: run clang-format
Signed-off-by: He Xian <hexian000@outlook.com>
1 parent 28c855b commit e671c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/obfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ static bool obfs_ctx_start(
632632

633633
ctx->fd = fd;
634634
void (*const obfs_read_cb)(
635-
struct ev_loop *loop, ev_io *watcher, const int revents) =
635+
struct ev_loop * loop, ev_io * watcher, const int revents) =
636636
(s->conf->mode & MODE_CLIENT) ? obfs_client_read_cb :
637637
obfs_server_read_cb;
638638
ev_io *restrict w_read = &ctx->w_read;

0 commit comments

Comments
 (0)