]> granicus.if.org Git - graphviz/commitdiff
clip_and_install: fix misindentation
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 17 Apr 2022 12:17:07 +0000 (14:17 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 15 May 2022 06:52:00 +0000 (08:52 +0200)
lib/common/splines.c

index 15fa081e7b4666d0af1b4ab3b37a4fe1b0b32381..5ed5e7492ac7351e788111e8319e740288d50424 100644 (file)
@@ -305,7 +305,7 @@ clip_and_install(edge_t * fe, node_t * hn, pointf * ps, int pn,
     for (; end > 0; end -= 3)
        if (! APPROXEQPT(ps[end], ps[end + 3], MILLIPOINT))
            break;
-   arrow_clip(fe, hn, ps, &start, &end, newspl, info);
+    arrow_clip(fe, hn, ps, &start, &end, newspl, info);
     for (i = start; i < end + 4; ) {
        pointf cp[4];
        newspl->list[i - start] = ps[i];