Skip to content

Commit 5df62a5

Browse files
committed
Remove irrelevant whitespace changes.
1 parent 1c0ba63 commit 5df62a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/win/pipe.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,9 +1161,9 @@ int uv__pipe_accept(uv_pipe_t* server, uv_stream_t* client) {
11611161

11621162
err = uv__tcp_xfer_import(
11631163
(uv_tcp_t*) client, item->xfer_type, &item->xfer_info);
1164-
1164+
11651165
uv__free(item);
1166-
1166+
11671167
if (err != 0)
11681168
return err;
11691169

@@ -1739,7 +1739,7 @@ static DWORD uv__pipe_get_ipc_remote_pid(uv_pipe_t* handle) {
17391739
GetNamedPipeServerProcessId(handle->handle, pid);
17401740
}
17411741
}
1742-
1742+
17431743
return *pid;
17441744
}
17451745

0 commit comments

Comments
 (0)