Cleanup: remove double ;

This commit is contained in:
Antonioya
2018-08-26 17:25:17 +02:00
parent 1948681440
commit 6ee5e6a333

View File

@@ -803,7 +803,7 @@ static void gpencil_points_from_stack(tGPDfill *tgpf)
point2D->y = v[1];
point2D->pressure = 1.0f;
point2D->strength = 1.0f;;
point2D->strength = 1.0f;
point2D->time = 0.0f;
point2D++;
}
@@ -873,7 +873,7 @@ static void gpencil_stroke_from_buffer(tGPDfill *tgpf)
&pt->x);
pt->pressure = 1.0f;
pt->strength = 1.0f;;
pt->strength = 1.0f;
pt->time = 0.0f;
if (gps->dvert != NULL) {