From 65aebd0c11f9fd820b4dda34c7053ed7a138bcb1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 16 Apr 2019 16:47:05 +0200 Subject: GNUmakefile: move clang format utility Makes more sense to place in 'utils_maintenance'. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 5a835baf10a..b85e69a2cac 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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) # ----------------------------------------------------------------------------- -- cgit v1.2.3