From c8c3e7d284790197d0777059c202b409a696292c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 10 Sep 2019 06:11:52 +1000 Subject: Cleanup: trailing space, remove tabs, pep8 --- build_files/cmake/macros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/cmake/macros.cmake') diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake index f6756cb514c..e159dd9e5ee 100644 --- a/build_files/cmake/macros.cmake +++ b/build_files/cmake/macros.cmake @@ -719,7 +719,7 @@ macro(remove_strict_flags) endif() if(MSVC) - remove_cc_flag(/w34189) # Restore warn C4189 (unused variable) back to w4 + remove_cc_flag(/w34189) # Restore warn C4189 (unused variable) back to w4 endif() endmacro() -- cgit v1.2.3