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 <info@bnoordhuis.nl>
This commit is contained in:
Andrew Paprocki 2019-02-21 10:43:30 -05:00 committed by cjihrig
parent c75893fd13
commit 7f2d5bc32b
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -971,4 +971,4 @@ int ipc_helper_send_zero(void) {
MAKE_VALGRIND_HAPPY();
return 0;
}
}