}
else {
if (sflag)
- *startp =
- arrowStartClip(e, ps, *startp, *endp, spl, sflag);
+ *startp = arrowStartClip(e, ps, *startp, *endp, spl, sflag);
if (eflag)
- *endp =
- arrowEndClip(e, ps, *startp, *endp, spl, eflag);
+ *endp = arrowEndClip(e, ps, *startp, *endp, spl, eflag);
}
}
c[i].y = curve[i].y - ND_coord(n).y;
}
- bezier_clip(inside_context, ND_shape(n)->fns->insidefn, c,
- left_inside);
+ bezier_clip(inside_context, ND_shape(n)->fns->insidefn, c, left_inside);
for (i = 0; i < 4; i++) {
curve[i].x = c[i].x + ND_coord(n).x;