[Bf-blender-cvs] [966af5a0757] sculpt-dev: Cleanup: Clang format

Pablo Dobarro noreply at git.blender.org
Mon Mar 8 17:44:50 CET 2021


Commit: 966af5a075776b59e78986416f46c0a75dd2f6ae
Author: Pablo Dobarro
Date:   Mon Mar 8 17:37:57 2021 +0100
Branches: sculpt-dev
https://developer.blender.org/rB966af5a075776b59e78986416f46c0a75dd2f6ae

Cleanup: Clang format

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

M	source/blender/editors/sculpt_paint/sculpt_boundary.c

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_boundary.c b/source/blender/editors/sculpt_paint/sculpt_boundary.c
index f79b8439bc6..605bb6364c1 100644
--- a/source/blender/editors/sculpt_paint/sculpt_boundary.c
+++ b/source/blender/editors/sculpt_paint/sculpt_boundary.c
@@ -591,7 +591,7 @@ static void sculpt_boundary_slide_data_init(SculptSession *ss, SculptBoundary *b
 
   for (int i = 0; i < totvert; i++) {
     if (boundary->edit_info[i].num_propagation_steps != boundary->max_propagation_steps) {
-        continue;
+      continue;
     }
     sub_v3_v3v3(boundary->slide.directions[boundary->edit_info[i].original_vertex],
                 SCULPT_vertex_co_get(ss, boundary->edit_info[i].original_vertex),



More information about the Bf-blender-cvs mailing list