Skip to content

Commit

Permalink
cleanup if-endif
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMoelans committed Feb 24, 2025
1 parent b916ce0 commit b91b654
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions handler/handler_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b91b654

Please sign in to comment.