windows: small style fix in uv-win.h
This commit is contained in:
parent
938a30589c
commit
7cf1b67594
@ -370,7 +370,7 @@ RB_HEAD(uv_timer_tree_s, uv_timer_s);
|
||||
|
||||
#define UV_PIPE_PRIVATE_FIELDS \
|
||||
HANDLE handle; \
|
||||
WCHAR* name; \
|
||||
WCHAR* name; \
|
||||
union { \
|
||||
struct { uv_pipe_server_fields }; \
|
||||
struct { uv_pipe_connection_fields }; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user