Cleanup: Remove extra blank line

This commit is contained in:
Antonio Vazquez 2021-06-22 19:52:16 +02:00
parent 1917d0345e
commit 2fcd3f0296
1 changed files with 0 additions and 1 deletions

View File

@ -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) {