make.bat: remove --expand-tabs from "make format" on windows.
following the change on linux.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user