[Bf-blender-cvs] [eb6e96006ea] sculpt-dev: Cleanup: clang format

Pablo Dobarro noreply at git.blender.org
Fri Feb 12 18:47:51 CET 2021


Commit: eb6e96006ea4b8542df4e73d1a401a97aa94ef9e
Author: Pablo Dobarro
Date:   Fri Feb 12 18:47:23 2021 +0100
Branches: sculpt-dev
https://developer.blender.org/rBeb6e96006ea4b8542df4e73d1a401a97aa94ef9e

Cleanup: clang format

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

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

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_expand.c b/source/blender/editors/sculpt_paint/sculpt_expand.c
index d6b8c0211a2..02e1b13f5e5 100644
--- a/source/blender/editors/sculpt_paint/sculpt_expand.c
+++ b/source/blender/editors/sculpt_paint/sculpt_expand.c
@@ -132,7 +132,6 @@ static bool sculpt_expand_is_vert_in_active_compoment(SculptSession *ss,
   return false;
 }
 
-
 static bool sculpt_expand_is_face_in_active_component(SculptSession *ss,
                                                       ExpandCache *expand_cache,
                                                       const int f)
@@ -162,7 +161,8 @@ static float sculpt_expand_falloff_value_vertex_get(SculptSession *ss,
   return expand_cache->falloff_factor[i] + distorsion;
 }
 
-static float sculpt_expand_max_vertex_falloff_factor_get(ExpandCache *expand_cache) {
+static float sculpt_expand_max_vertex_falloff_factor_get(ExpandCache *expand_cache)
+{
   if (expand_cache->texture_distorsion_strength == 0.0f) {
     return expand_cache->max_falloff_factor;
   }



More information about the Bf-blender-cvs mailing list