From 33df4b78d0a48dab8b3dc78d6bae4c12a93a2bf2 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Sat, 20 Apr 2019 13:10:30 -0600 Subject: make.bat: remove --expand-tabs from "make format" on windows. following the change on linux. --- build_files/windows/format.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/windows') diff --git a/build_files/windows/format.cmd b/build_files/windows/format.cmd index ca5330dc37c..04610944e16 100644 --- a/build_files/windows/format.cmd +++ b/build_files/windows/format.cmd @@ -20,6 +20,6 @@ set FORMAT_PATHS=%BLENDER_DIR%\source\tools\utils_maintenance\clang_format_paths REM The formatting script expects clang-format to be in the current PATH. set PATH=%CF_PATH%;%PATH% -%PYTHON% %FORMAT_PATHS% --expand-tabs +%PYTHON% %FORMAT_PATHS% :EOF -- cgit v1.2.3