[Bf-blender-cvs] [0aa979ce2fe] greasepencil-object: GPencil: Cleanup Clang format

Antonio Vazquez noreply at git.blender.org
Fri Mar 27 11:12:17 CET 2020


Commit: 0aa979ce2feb259ae64df7893480c2993c192471
Author: Antonio Vazquez
Date:   Fri Mar 27 10:20:44 2020 +0100
Branches: greasepencil-object
https://developer.blender.org/rB0aa979ce2feb259ae64df7893480c2993c192471

GPencil: Cleanup Clang format

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_select.c b/source/blender/editors/gpencil/gpencil_select.c
index b1b4ed7e9c5..afa331a4890 100644
--- a/source/blender/editors/gpencil/gpencil_select.c
+++ b/source/blender/editors/gpencil/gpencil_select.c
@@ -1526,8 +1526,7 @@ static int gpencil_select_exec(bContext *C, wmOperator *op)
   RNA_int_get_array(op->ptr, "location", mval);
 
   /* First Pass: Find stroke point which gets hit */
-  GP_EVALUATED_STROKES_BEGIN(gpstroke_iter, C, gpl, gps)
-  {
+  GP_EVALUATED_STROKES_BEGIN (gpstroke_iter, C, gpl, gps) {
     bGPDstroke *gps_active = (gps->runtime.gps_orig) ? gps->runtime.gps_orig : gps;
     bGPDspoint *pt;
     int i;



More information about the Bf-blender-cvs mailing list