Run clang-format on the whole tree
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents-str / gen-ust-nevents-str.cpp
index d59dfa3d81c919cf1993bb7487ac5a302e8f1bb6..b6270c60eb0f68c8be99595c432965641ea535e9 100644 (file)
@@ -6,9 +6,10 @@
  */
 
 #define _LGPL_SOURCE
-#include <stdio.h>
 #include "signal-helper.hpp"
 
+#include <stdio.h>
+
 #define TRACEPOINT_DEFINE
 #include "tp.h"
 
@@ -21,8 +22,7 @@ int main(int argc, char **argv)
        }
 
        if (argc <= 3) {
-               fprintf(stderr, "Usage: %s COUNT STRING [STRING]...\n",
-                       argv[0]);
+               fprintf(stderr, "Usage: %s COUNT STRING [STRING]...\n", argv[0]);
                return 1;
        }
 
This page took 0.022493 seconds and 4 git commands to generate.