Skip to content

Commit

Permalink
Problem: project files do not follow clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
kurdybacha committed May 11, 2018
1 parent 7732903 commit 5031278
Show file tree
Hide file tree
Showing 9 changed files with 1,258 additions and 1,191 deletions.
3 changes: 1 addition & 2 deletions demo/main.cpp
Original file line number Diff line number Diff line change
@@ -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;
}
Loading

0 comments on commit 5031278

Please sign in to comment.