From 35f18aef74bf016e00ba60b84af267054a38968f Mon Sep 17 00:00:00 2001 From: Adrian Muraru Date: Fri, 11 Jan 2013 22:51:08 +0200 Subject: [PATCH] Fixed newline in test_disconnect_inproc --- tests/test_disconnect_inproc.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_disconnect_inproc.cpp b/tests/test_disconnect_inproc.cpp index 33b42160..78750830 100644 --- a/tests/test_disconnect_inproc.cpp +++ b/tests/test_disconnect_inproc.cpp @@ -116,4 +116,5 @@ int main(int argc, char** argv) { zmq_ctx_destroy(context); return 0; -} \ No newline at end of file +} +