Skip to content

Commit 24bb918

Browse files
committed
chore: remove trailing whitespace
1 parent d2c859d commit 24bb918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if (GGML_ALL_WARNINGS)
7676
"$<$<COMPILE_LANGUAGE:CXX>:${CXX_FLAGS};${GF_CXX_FLAGS}>")
7777
elseif(MSVC)
7878
# MSVC
79-
list(APPEND MSVC_WARNING_FLAGS
79+
list(APPEND MSVC_WARNING_FLAGS
8080
/W4 # Comprehensive warnings (similar to -Wall and some of -Wextra)
8181
/we4456 # declaration hides previous local declaration
8282
/we4457 # declaration hides function parameter

0 commit comments

Comments
 (0)