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
Notes: blender-bot 2023-02-14 03:13:26 +01:00
Referenced by issue #64153, RenderEngine update_result() not showing intermediate result anymore
1 changed files with 1 additions and 1 deletions

View File

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