Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-04-16 17:47:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-16 17:49:32 +0300
commit65aebd0c11f9fd820b4dda34c7053ed7a138bcb1 (patch)
tree8fd3f03cdc92a61a562e314224206911f2cf48b1 /GNUmakefile
parentdbc058301bf516a53b92b9c45b5c4f3ecc33ecf4 (diff)
GNUmakefile: move clang format utility
Makes more sense to place in 'utils_maintenance'.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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)
# -----------------------------------------------------------------------------