summaryrefslogtreecommitdiff
path: root/deps/uv/test/test-pipe-set-fchmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/test/test-pipe-set-fchmod.c')
-rw-r--r--deps/uv/test/test-pipe-set-fchmod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/uv/test/test-pipe-set-fchmod.c b/deps/uv/test/test-pipe-set-fchmod.c
index de4932dc1a..91e476652e 100644
--- a/deps/uv/test/test-pipe-set-fchmod.c
+++ b/deps/uv/test/test-pipe-set-fchmod.c
@@ -39,8 +39,8 @@ TEST_IMPL(pipe_set_chmod) {
r = uv_pipe_bind(&pipe_handle, TEST_PIPENAME);
ASSERT(r == 0);
- /* No easy way to test if this works, we will only make sure that */
- /* the call is successful. */
+ /* No easy way to test if this works, we will only make sure that the call is
+ * successful. */
r = uv_pipe_chmod(&pipe_handle, UV_READABLE);
if (r == UV_EPERM) {
MAKE_VALGRIND_HAPPY();