From 529a6b7f93c5d265996aeb39c63c643d8c811ff1 Mon Sep 17 00:00:00 2001 From: github action Date: Fri, 10 Apr 2026 23:21:56 +0000 Subject: [PATCH] Apply 'make format' --- verilator-config.cmake.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/verilator-config.cmake.in b/verilator-config.cmake.in index 58a3df68b..9636c97af 100644 --- a/verilator-config.cmake.in +++ b/verilator-config.cmake.in @@ -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()