commit | dc4a7f9b613ce47d472c9fb90d07632dc1d2313a | [log] [tgz] |
---|---|---|
author | Billy Donahue <billy.donahue@gmail.com> | Thu Jan 17 11:07:53 2019 -0500 |
committer | Billy Donahue <billy.donahue@gmail.com> | Thu Jan 17 11:11:55 2019 -0500 |
tree | f613b85cbcb0ade298a2d76312715f23815ef734 | |
parent | 21a418563406acb42484eff33da0a354a671effc [diff] [blame] |
Reapply clang-format. $ clang-format -i -style=file \ $(find . | egrep '.*\.(h|cpp|inl)$')
diff --git a/src/jsontestrunner/main.cpp b/src/jsontestrunner/main.cpp index 6e0c004..a0ef94c 100644 --- a/src/jsontestrunner/main.cpp +++ b/src/jsontestrunner/main.cpp
@@ -14,9 +14,9 @@ */ #include <algorithm> // sort +#include <cstdio> #include <json/json.h> #include <sstream> -#include <cstdio> struct Options { JSONCPP_STRING path;