[Bf-blender-cvs] [6b9ce24338d] master: GNUMakefile: disable tab expansion for 'make format'

Campbell Barton noreply at git.blender.org
Sat Apr 20 20:45:03 CEST 2019


Commit: 6b9ce24338de1a33dbf41e14e85a1630b1a2b899
Author: Campbell Barton
Date:   Sun Apr 21 04:36:16 2019 +1000
Branches: master
https://developer.blender.org/rB6b9ce24338de1a33dbf41e14e85a1630b1a2b899

GNUMakefile: disable tab expansion for 'make format'

This was only needed for initial migration.

===================================================================

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



More information about the Bf-blender-cvs mailing list