From e9622f9d03fd2a046c06e90c8b759545c3efaaa8 Mon Sep 17 00:00:00 2001 From: Emden Gansner Date: Wed, 12 Oct 2011 10:45:07 -0400 Subject: [PATCH] Fix formatting and remove erroneous comment --- lib/dotgen/dotsplines.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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; -- 2.40.0