From: Emden Gansner Date: Mon, 24 Oct 2011 19:59:03 +0000 (-0400) Subject: Remove extra space X-Git-Tag: LAST_LIBGRAPH~32^2~617^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0180c248e762999b98c4f8726fbc6e2f856d68b3;p=graphviz Remove extra space --- diff --git a/lib/dotgen/dotinit.c b/lib/dotgen/dotinit.c index 45c2cb60e..b891b5ff1 100644 --- a/lib/dotgen/dotinit.c +++ b/lib/dotgen/dotinit.c @@ -301,7 +301,7 @@ void dot_layout(Agraph_t * g) asp = NULL; aspect.nextIter = 0; } - dot_mincross(g, (asp != NULL)); + dot_mincross(g, (asp != NULL)); dot_position(g, asp); aspect.nPasses--; } while (aspect.nextIter && aspect.nPasses);