mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Fix tabbing
This commit is contained in:
parent
8484e1606d
commit
f696d0399c
@ -63,7 +63,7 @@ int main (void) {
|
||||
rc = zmq_msg_close(&msg);
|
||||
assert (rc == 0);
|
||||
|
||||
msleep(50);
|
||||
msleep(50);
|
||||
assert (memcmp(hint, "freed", 5) == 0);
|
||||
memcpy(hint, (void *) "hint", 4);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user