From 6b9ce24338de1a33dbf41e14e85a1630b1a2b899 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 21 Apr 2019 04:36:16 +1000 Subject: GNUMakefile: disable tab expansion for 'make format' This was only needed for initial migration. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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) # ----------------------------------------------------------------------------- -- cgit v1.2.3