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:
authorCampbell Barton <ideasman42@gmail.com>2019-04-20 21:36:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-20 21:36:16 +0300
commit6b9ce24338de1a33dbf41e14e85a1630b1a2b899 (patch)
tree1054b9879a7140c18531918053a01c6556d904ca /GNUmakefile
parentd11d5403f0a4548f3731776309e38defc165bd95 (diff)
GNUMakefile: disable tab expansion for 'make format'
This was only needed for initial migration.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b85e69a2cac..821b2f5ef7d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -517,7 +517,7 @@ update: .FORCE
format: .FORCE
PATH="../lib/${OS_NCASE}/llvm/bin/:$(PATH)" \
- python3 source/tools/utils_maintenance/clang_format_paths.py --expand-tabs $(PATHS)
+ python3 source/tools/utils_maintenance/clang_format_paths.py $(PATHS)
# -----------------------------------------------------------------------------