From b91b6545b1dcbbab15f25dca6e8b767facc07832 Mon Sep 17 00:00:00 2001 From: JoshuaMoelans <60878493+JoshuaMoelans@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:27:01 +0100 Subject: [PATCH] cleanup if-endif --- handler/handler_main.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/handler/handler_main.cc b/handler/handler_main.cc index 04a5edbdd..a53b2c4b0 100644 --- a/handler/handler_main.cc +++ b/handler/handler_main.cc @@ -1109,10 +1109,9 @@ int HandlerMain(int argc, #endif // BUILDFLAG(IS_LINUX) user_stream_sources #if BUILDFLAG(IS_LINUX) - ,options.wait_for_upload); -#else - ); + ,options.wait_for_upload #endif + ); #endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_CHROMEOS_LACROS) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)