[Bf-blender-cvs] [0e6a8df6df2] master: GPencil: Make format

Antonio Vazquez noreply at git.blender.org
Mon Sep 19 16:31:06 CEST 2022


Commit: 0e6a8df6df28fc785ad25aef91a4599865d156f0
Author: Antonio Vazquez
Date:   Mon Sep 19 16:31:00 2022 +0200
Branches: master
https://developer.blender.org/rB0e6a8df6df28fc785ad25aef91a4599865d156f0

GPencil: Make format

Missing in previous commit

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

M	source/blender/editors/gpencil/gpencil_fill.c

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

diff --git a/source/blender/editors/gpencil/gpencil_fill.c b/source/blender/editors/gpencil/gpencil_fill.c
index fa7863df725..34f983151d2 100644
--- a/source/blender/editors/gpencil/gpencil_fill.c
+++ b/source/blender/editors/gpencil/gpencil_fill.c
@@ -661,8 +661,7 @@ static void gpencil_draw_basic_stroke(tGPDfill *tgpf,
     col[3] = (gps->flag & GP_STROKE_TAG) ? 0.0f : 0.5f;
   }
   else if ((is_extend) && (!tgpf->is_render)) {
-    if ((gps->flag & GP_STROKE_COLLIDE) || (tgpf->fill_extend_mode == GP_FILL_EMODE_RADIUS))
-      {
+    if ((gps->flag & GP_STROKE_COLLIDE) || (tgpf->fill_extend_mode == GP_FILL_EMODE_RADIUS)) {
       copy_v4_v4(col, extend_col);
     }
     else {



More information about the Bf-blender-cvs mailing list