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>2020-08-26 02:59:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-26 02:59:15 +0300
commit88ada5e218835f060a23cbe0f1f2da7452e81b07 (patch)
treee46b58420da0ec3efe5401e0870a86d1b5addcd1 /.clang-format
parentbe4abb42c18f609005d7211d4d9fb91f35e5c1db (diff)
Cleanup: add SEQ_ALL_BEGIN, SEQ_CURRENT_BEGIN to .clang-format
These were missed in 70500121b457d which caused reformatting.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 4db1b664fdb..8a992fea3a9 100644
--- a/.clang-format
+++ b/.clang-format
@@ -253,8 +253,8 @@ ForEachMacros:
- RNA_STRUCT_BEGIN_SKIP_RNA_TYPE
- SCULPT_VERTEX_DUPLICATES_AND_NEIGHBORS_ITER_BEGIN
- SCULPT_VERTEX_NEIGHBORS_ITER_BEGIN
- - SEQP_BEGIN
- - SEQ_BEGIN
+ - SEQ_ALL_BEGIN
+ - SEQ_CURRENT_BEGIN
- SURFACE_QUAD_ITER_BEGIN
- foreach
- ED_screen_areas_iter