Skip to content

Commit 4f6901a

Browse files
committed
Fix CS
Usually space follows the `if` preprocessor directive, however compilers nowadays seem to pass this anomaly.
1 parent 800ff06 commit 4f6901a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ext/standard/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ cmake_push_check_state(RESET)
289289
check_source_compiles(C [[
290290
#include <arm_acle.h>
291291
# if defined(__GNUC__)
292-
# if!defined(__clang__)
292+
# if !defined(__clang__)
293293
# pragma GCC push_options
294294
# pragma GCC target ("+nothing+crc")
295295
# elif defined(__APPLE__)

0 commit comments

Comments
 (0)