Add missing newline to test_proxy_terminate.cpp to fix compiling with Clang's -Werror,-Wnewline-eof

This commit is contained in:
Jason Unovitch 2015-06-04 19:37:47 -04:00
parent cf6e78ff82
commit 2ac32f8c49

View File

@ -110,4 +110,4 @@ int main (void)
rc = zmq_ctx_term (ctx);
assert (rc == 0);
return 0;
}
}