mirror of
https://github.com/zeromq/libzmq.git
synced 2025-12-24 06:14:34 +01:00
Problem: formatting inconsistent
Solution: applied clang-format
This commit is contained in:
@@ -57,5 +57,5 @@ int main (void)
|
||||
rc = zmq_ctx_term (ctx);
|
||||
assert (rc == 0);
|
||||
|
||||
return 0 ;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user