]> granicus.if.org Git - graphviz/commitdiff
splines.c: reflow some text
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Oct 2021 21:27:03 +0000 (14:27 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 30 Oct 2021 05:22:16 +0000 (22:22 -0700)
lib/common/splines.c

index 51ffebd808e0e27e1d6e80f5e351d39f024162a8..739d0d8cf359a5d09bf8a5ac2838805d87ac2758 100644 (file)
@@ -87,11 +87,9 @@ arrow_clip(edge_t * fe, node_t * hn,
     }
     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);
     }
 }
 
@@ -170,8 +168,7 @@ shape_clip0(inside_t * inside_context, node_t * n, pointf curve[4],
        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;