Attempt to be consistent with spacing if()

This commit is contained in:
James Donald 2019-07-31 17:01:38 -07:00
parent 342347eda4
commit f2d6e31690

View File

@ -104,7 +104,7 @@ if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID STREQUAL "Clang")
if(NOT PANDORA) if(NOT PANDORA)
add_compile_options(-march=native) add_compile_options(-march=native)
endif() endif()
if (CMAKE_SYSTEM_PROCESSOR MATCHES "^arm.*") if(CMAKE_SYSTEM_PROCESSOR MATCHES "^arm.*")
add_compile_options(-mfpu=neon) add_compile_options(-mfpu=neon)
endif() endif()
add_compile_options(-fno-strict-aliasing) add_compile_options(-fno-strict-aliasing)