Skip to content

Commit 5031278

Browse files
committed
Problem: project files do not follow clang-format
1 parent 7732903 commit 5031278

File tree

9 files changed

+1258
-1191
lines changed

9 files changed

+1258
-1191
lines changed

demo/main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#include <zmq.hpp>
22

3-
int main(int argc, char** argv)
3+
int main (int argc, char **argv)
44
{
55
zmq::context_t context;
6-
76
return 0;
87
}

0 commit comments

Comments
 (0)