[Bf-blender-cvs] [33df4b78d0a] master: make.bat: remove --expand-tabs from "make format" on windows.

Ray Molenkamp noreply at git.blender.org
Sat Apr 20 21:10:40 CEST 2019


Commit: 33df4b78d0a48dab8b3dc78d6bae4c12a93a2bf2
Author: Ray Molenkamp
Date:   Sat Apr 20 13:10:30 2019 -0600
Branches: master
https://developer.blender.org/rB33df4b78d0a48dab8b3dc78d6bae4c12a93a2bf2

make.bat: remove --expand-tabs from "make format" on windows.

following the change on linux.

===================================================================

M	build_files/windows/format.cmd

===================================================================

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



More information about the Bf-blender-cvs mailing list