Tests: fix formatting in gen-ust-events.cpp
[lttng-tools.git] / tests / utils / testapp / gen-ust-events / gen-ust-events.cpp
index 74ba9cf04e629b94ffd2db85c968e9dd5171dc89..3b62ed0dfee9a80baa82b6cb50c0c05dcd0232ec 100644 (file)
@@ -76,8 +76,8 @@ int main(int argc, char **argv)
                net_values[i] = htonl(net_values[i]);
        }
 
-       while ((option = getopt_long(argc, argv, "i:w:a:b:c:d:e:f:g:h", long_options, &option_index)) !=
-              -1) {
+       while ((option = getopt_long(
+                       argc, argv, "i:w:a:b:c:d:e:f:g:h", long_options, &option_index)) != -1) {
                switch (option) {
                case 'a':
                        application_in_main_file_path = strdup(optarg);
This page took 0.022966 seconds and 4 git commands to generate.