plug-ins: indentation fix.

This commit is contained in:
Jehan 2025-10-14 00:14:42 +02:00
parent 7c613b43a8
commit 903195f429

View file

@ -557,8 +557,8 @@ do_points (spline_list_array_type in_splines,
if (SPLINE_DEGREE (seg) == LINEAR)
gimp_path_bezier_stroke_lineto (path, stroke,
START_POINT (seg).x,
START_POINT (seg).y);
START_POINT (seg).x,
START_POINT (seg).y);
else if (SPLINE_DEGREE (seg) == CUBIC)
gimp_path_bezier_stroke_cubicto (path, stroke,
CONTROL2 (seg).x,