From 34ddd60e6e75481ba4b412b583ea18572881e7b1 Mon Sep 17 00:00:00 2001 From: reito Date: Tue, 4 Feb 2025 16:21:12 +0800 Subject: [PATCH] src: format --- src/win/pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/pipe.c b/src/win/pipe.c index 70353195..e64c2d89 100644 --- a/src/win/pipe.c +++ b/src/win/pipe.c @@ -170,7 +170,7 @@ int uv_pipe_init_ex(uv_loop_t* loop, uv_pipe_t* handle, unsigned int flags) { int uds = (flags & UV_PIPE_INIT_WIN_UDS) != 0; if (ipc && uds) { - // Unix domain socket on Windows doesn't work with IPC mode currently. + /* Unix domain socket on Windows doesn't work with IPC mode currently. */ return EINVAL; }