[Bf-blender-cvs] [2fcd3f0296e] master: Cleanup: Remove extra blank line

Antonio Vazquez noreply at git.blender.org
Tue Jun 22 19:52:22 CEST 2021


Commit: 2fcd3f0296eff296c7a4fc2b7fc02b290ea985fd
Author: Antonio Vazquez
Date:   Tue Jun 22 19:52:16 2021 +0200
Branches: master
https://developer.blender.org/rB2fcd3f0296eff296c7a4fc2b7fc02b290ea985fd

Cleanup: Remove extra blank line

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

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

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

diff --git a/source/blender/blenkernel/intern/gpencil.c b/source/blender/blenkernel/intern/gpencil.c
index 707e1577b73..a66c3cf3573 100644
--- a/source/blender/blenkernel/intern/gpencil.c
+++ b/source/blender/blenkernel/intern/gpencil.c
@@ -3011,7 +3011,6 @@ void BKE_gpencil_update_layer_transforms(const Depsgraph *depsgraph, Object *ob)
 
   LISTBASE_FOREACH (bGPDlayer *, gpl, &gpd->layers) {
     bool changed = false;
-
     unit_m4(cur_mat);
     if (gpl->actframe != NULL) {
       if (gpl->parent != NULL) {



More information about the Bf-blender-cvs mailing list