Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2019-04-20 22:10:30 +0300
committerRay Molenkamp <github@lazydodo.com>2019-04-20 22:10:30 +0300
commit33df4b78d0a48dab8b3dc78d6bae4c12a93a2bf2 (patch)
tree315fa9a094ca7f256b0b2400d915e08517411f33 /build_files/windows
parentd37e530de5f010ea9b74f5210d02dbaf0c3d5cb9 (diff)
make.bat: remove --expand-tabs from "make format" on windows.
following the change on linux.
Diffstat (limited to 'build_files/windows')
-rw-r--r--build_files/windows/format.cmd2
1 files changed, 1 insertions, 1 deletions
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