From: Emden Gansner Date: Wed, 12 Oct 2011 14:45:07 +0000 (-0400) Subject: Fix formatting and remove erroneous comment X-Git-Tag: LAST_LIBGRAPH~32^2~636 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9622f9d03fd2a046c06e90c8b759545c3efaaa8;p=graphviz Fix formatting and remove erroneous comment --- diff --git a/lib/dotgen/dotsplines.c b/lib/dotgen/dotsplines.c index 0b77b7747..94db93657 100644 --- a/lib/dotgen/dotsplines.c +++ b/lib/dotgen/dotsplines.c @@ -819,8 +819,7 @@ cloneNode (graph_t* g, node_t* orign, int flipped) node_t* n = agnode(g, orign->name); #else /* WITH_CGRAPH */ node_t* n = agnode(g, agnameof(orign),1); - agbindrec(n, "Agnodeinfo_t", sizeof(Agnodeinfo_t), TRUE); //node custom data - + agbindrec(n, "Agnodeinfo_t", sizeof(Agnodeinfo_t), TRUE); #endif /* WITH_CGRAPH */ agcopyattr (orign, n); if (shapeOf(orign) == SH_RECORD) { @@ -1169,8 +1168,7 @@ make_flat_adj_edges(path* P, edge_t** edges, int ind, int cnt, edge_t* e0, subg = agsubg (auxg, "xxx"); #else /* WITH_CGRAPH */ subg = agsubg (auxg, "xxx",1); - agbindrec(subg, "Agraphinfo_t", sizeof(Agraphinfo_t), TRUE); //node custom data - + agbindrec(subg, "Agraphinfo_t", sizeof(Agraphinfo_t), TRUE); #endif /* WITH_CGRAPH */ agset (subg, "rank", "source"); rightx = ND_coord(hn).x;