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

following the change on linux.
This commit is contained in:
Ray Molenkamp 2019-04-20 13:10:30 -06:00
parent d37e530de5
commit 33df4b78d0

@ -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