Commit c7c865da authored by Pieter Hintjens's avatar Pieter Hintjens

Whitespace fixes

parent 41126930
...@@ -92,7 +92,7 @@ int main (void) ...@@ -92,7 +92,7 @@ int main (void)
rc = zmq_close (to); rc = zmq_close (to);
assert (rc == 0); assert (rc == 0);
rc = zmq_ctx_term(context); rc = zmq_ctx_term (context);
assert (rc == 0); assert (rc == 0);
// TEST 2 // TEST 2
...@@ -157,7 +157,7 @@ int main (void) ...@@ -157,7 +157,7 @@ int main (void)
rc = zmq_close (to); rc = zmq_close (to);
assert (rc == 0); assert (rc == 0);
rc = zmq_ctx_term(context); rc = zmq_ctx_term (context);
assert (rc == 0); assert (rc == 0);
// TEST 3 // TEST 3
...@@ -232,6 +232,6 @@ int main (void) ...@@ -232,6 +232,6 @@ int main (void)
rc = zmq_close (frontend); rc = zmq_close (frontend);
assert (rc == 0); assert (rc == 0);
rc = zmq_ctx_term(context); rc = zmq_ctx_term (context);
assert (rc == 0); assert (rc == 0);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment