mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-02 05:46:24 +01:00
Fix tabs
This commit is contained in:
@@ -173,9 +173,9 @@ int main (void)
|
||||
ctx = zmq_ctx_new ();
|
||||
assert (ctx);
|
||||
test_stream_2_stream (ctx);
|
||||
msleep(100); // Give time for bound socket to be closed.
|
||||
msleep(100); // Give time for bound socket to be closed.
|
||||
test_router_2_router (ctx, false);
|
||||
msleep(100); // Give time for bound socket to be closed.
|
||||
msleep(100); // Give time for bound socket to be closed.
|
||||
test_router_2_router (ctx, true);
|
||||
zmq_ctx_destroy (ctx);
|
||||
printf ("'test_connect_rid' passed");
|
||||
|
||||
Reference in New Issue
Block a user