Commit c7c865da authored by Pieter Hintjens's avatar Pieter Hintjens

Whitespace fixes

parent 41126930
......@@ -92,7 +92,7 @@ int main (void)
rc = zmq_close (to);
assert (rc == 0);
rc = zmq_ctx_term(context);
rc = zmq_ctx_term (context);
assert (rc == 0);
// TEST 2
......@@ -157,7 +157,7 @@ int main (void)
rc = zmq_close (to);
assert (rc == 0);
rc = zmq_ctx_term(context);
rc = zmq_ctx_term (context);
assert (rc == 0);
// TEST 3
......@@ -232,6 +232,6 @@ int main (void)
rc = zmq_close (frontend);
assert (rc == 0);
rc = zmq_ctx_term(context);
rc = zmq_ctx_term (context);
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