Add final new line

This commit is contained in:
Christian Köhnenkamp 2024-11-02 11:53:33 +01:00
parent ea501b3707
commit 531279fe46

View file

@ -13,4 +13,4 @@ set( arch_c_flags "-march=armv8.4-a -fvectorize -ffp-model=fast -fno-finite-math
set( warn_c_flags "-Wno-format -Wno-unused-variable -Wno-unused-function" )
set( CMAKE_C_FLAGS_INIT "${arch_c_flags} ${warn_c_flags}" )
set( CMAKE_CXX_FLAGS_INIT "${arch_c_flags} ${warn_c_flags}" )
set( CMAKE_CXX_FLAGS_INIT "${arch_c_flags} ${warn_c_flags}" )