Cleanup: make format

This commit is contained in:
Campbell Barton
2020-05-25 14:55:48 +10:00
parent f274b8c102
commit 31f3e9082a

View File

@@ -174,7 +174,7 @@ static void deformStroke(GpencilModifierData *md,
if (gps->totpoints > 2) {
BKE_gpencil_stroke_normal(gps, normal);
if (is_zero_v3(normal)) {
copy_v3_fl(normal, 1.0f);
copy_v3_fl(normal, 1.0f);
}
}
else {