From 7f2d5bc32b55978b3481ff2a0b1b70b576a03aa7 Mon Sep 17 00:00:00 2001 From: Andrew Paprocki Date: Thu, 21 Feb 2019 10:43:30 -0500 Subject: [PATCH] test,sunos: test-ipc.c lacks newline at EOF The Studio compiler issues a warning because the source file lacks a newline at the end of the file. PR-URL: https://github.com/libuv/libuv/pull/2200 Reviewed-By: Ben Noordhuis --- test/test-ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-ipc.c b/test/test-ipc.c index 88d04ba1..24c067e0 100644 --- a/test/test-ipc.c +++ b/test/test-ipc.c @@ -971,4 +971,4 @@ int ipc_helper_send_zero(void) { MAKE_VALGRIND_HAPPY(); return 0; -} \ No newline at end of file +}