Problem: project files do not follow clang-format

This commit is contained in:
Pawel Kurdybacha
2018-05-11 20:29:15 +01:00
parent 7732903177
commit 5031278f18
9 changed files with 1319 additions and 1252 deletions

View File

@@ -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;
}