Apply 'make format'

This commit is contained in:
github action 2026-04-10 23:21:56 +00:00
parent b886367128
commit 529a6b7f93
1 changed files with 1 additions and 5 deletions

View File

@ -747,11 +747,7 @@ function(verilate TARGET)
if("@CFG_CXXFLAGS_COROUTINES@" STREQUAL "-std=gnu++20")
target_compile_features(${TARGET} PRIVATE cxx_std_20)
else()
target_compile_options(
${TARGET}
PRIVATE
@CFG_CXXFLAGS_COROUTINES@
)
target_compile_options(${TARGET} PRIVATE @CFG_CXXFLAGS_COROUTINES@)
endif()
endif()
endfunction()