GNUMakefile: disable tab expansion for 'make format'

This was only needed for initial migration.
This commit is contained in:
Campbell Barton 2019-04-21 04:36:16 +10:00
parent d11d5403f0
commit 6b9ce24338
1 changed files with 1 additions and 1 deletions

View File

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