[Bf-blender-cvs] [cf9566a7333] temp-clang-format: clang-format-scripts: Add 'intern/ghost' and 'intern/clog'

Campbell Barton noreply at git.blender.org
Mon Jan 7 23:32:23 CET 2019


Commit: cf9566a7333d28705ad7ffd1ce824b18d8822c83
Author: Campbell Barton
Date:   Tue Jan 8 09:31:46 2019 +1100
Branches: temp-clang-format
https://developer.blender.org/rBcf9566a7333d28705ad7ffd1ce824b18d8822c83

clang-format-scripts: Add 'intern/ghost' and 'intern/clog'

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

M	clang-format-edited.sh
M	clang-format-migration.sh

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

diff --git a/clang-format-edited.sh b/clang-format-edited.sh
index 7001088ff19..eaac91008b3 100755
--- a/clang-format-edited.sh
+++ b/clang-format-edited.sh
@@ -2,6 +2,8 @@
 
 FILES=$(
 	git ls-tree -r HEAD \
+		intern/clog/ \
+		intern/ghost/ \
 		intern/guardedalloc/ \
 		intern/string/ \
 		source/ \
diff --git a/clang-format-migration.sh b/clang-format-migration.sh
index 9675f759c23..5ef24e656f6 100755
--- a/clang-format-migration.sh
+++ b/clang-format-migration.sh
@@ -2,6 +2,8 @@
 
 FILES=$(
 	git ls-tree -r HEAD \
+		intern/clog/ \
+		intern/ghost/ \
 		intern/guardedalloc/ \
 		intern/string/ \
 		source/ \



More information about the Bf-blender-cvs mailing list