From eb2dca3bdbb5f9d1fe8dc4c5d83951fe99ea0b29 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 20 Jun 2023 16:40:48 -0400 Subject: [PATCH] Tests: fix formatting in gen-ust-events.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit I see this change when running format-cpp. Change-Id: If80837682bb65dfc14fe8a5df22aca94e7047e44 Signed-off-by: Simon Marchi Signed-off-by: Jérémie Galarneau --- tests/utils/testapp/gen-ust-events/gen-ust-events.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/utils/testapp/gen-ust-events/gen-ust-events.cpp b/tests/utils/testapp/gen-ust-events/gen-ust-events.cpp index 74ba9cf04..3b62ed0df 100644 --- a/tests/utils/testapp/gen-ust-events/gen-ust-events.cpp +++ b/tests/utils/testapp/gen-ust-events/gen-ust-events.cpp @@ -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); -- 2.34.1