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;