mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-10-15 23:20:09 +02:00
Problem: project files do not follow clang-format
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#include <zmq.hpp>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
int main (int argc, char **argv)
|
||||
{
|
||||
zmq::context_t context;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user