From 2ac32f8c49188e9d251081d9d6e4e00499fce31e Mon Sep 17 00:00:00 2001 From: Jason Unovitch Date: Thu, 4 Jun 2015 19:37:47 -0400 Subject: [PATCH] Add missing newline to test_proxy_terminate.cpp to fix compiling with Clang's -Werror,-Wnewline-eof --- tests/test_proxy_terminate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_proxy_terminate.cpp b/tests/test_proxy_terminate.cpp index 57c2acfe..83e70d4b 100644 --- a/tests/test_proxy_terminate.cpp +++ b/tests/test_proxy_terminate.cpp @@ -110,4 +110,4 @@ int main (void) rc = zmq_ctx_term (ctx); assert (rc == 0); return 0; -} \ No newline at end of file +}