[Bf-blender-cvs] [2474b6c789e] temp-lineart-contained: GPencil: Cleanup clang format

Antonio Vazquez noreply at git.blender.org
Sat Dec 19 06:18:55 CET 2020


Commit: 2474b6c789ec5ed7511e11717b723f4fd4b2cf09
Author: Antonio Vazquez
Date:   Sat Nov 14 15:16:27 2020 +0100
Branches: temp-lineart-contained
https://developer.blender.org/rB2474b6c789ec5ed7511e11717b723f4fd4b2cf09

GPencil: Cleanup clang format

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

M	source/blender/blenkernel/intern/gpencil.c

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

diff --git a/source/blender/blenkernel/intern/gpencil.c b/source/blender/blenkernel/intern/gpencil.c
index 02347a804e3..a0f640c3356 100644
--- a/source/blender/blenkernel/intern/gpencil.c
+++ b/source/blender/blenkernel/intern/gpencil.c
@@ -158,7 +158,8 @@ static void greasepencil_blend_write(BlendWriter *writer, ID *id, const void *id
           if (gps->editcurve != NULL) {
             bGPDcurve *gpc = gps->editcurve;
             BLO_write_struct(writer, bGPDcurve, gpc);
-            BLO_write_struct_array(writer, bGPDcurve_point, gpc->tot_curve_points, gpc->curve_points);
+            BLO_write_struct_array(
+                writer, bGPDcurve_point, gpc->tot_curve_points, gpc->curve_points);
           }
         }
       }



More information about the Bf-blender-cvs mailing list