GNUmakefile: move clang format utility

Makes more sense to place in 'utils_maintenance'.
This commit is contained in:
Campbell Barton
2019-04-16 16:47:05 +02:00
parent dbc058301b
commit 65aebd0c11
2 changed files with 2 additions and 2 deletions

View File

@@ -517,7 +517,7 @@ update: .FORCE
format: .FORCE
PATH="../lib/${OS_NCASE}/llvm/bin/:$(PATH)" \
python3 source/tools/utils/clang_format_paths.py --expand-tabs $(PATHS)
python3 source/tools/utils_maintenance/clang_format_paths.py --expand-tabs $(PATHS)
# -----------------------------------------------------------------------------