]> granicus.if.org Git - graphviz/commitdiff
Remove extra space
authorEmden Gansner <erg@research.att.com>
Mon, 24 Oct 2011 19:59:03 +0000 (15:59 -0400)
committerEmden Gansner <erg@research.att.com>
Mon, 24 Oct 2011 19:59:03 +0000 (15:59 -0400)
lib/dotgen/dotinit.c

index 45c2cb60e715bb62a7ab6fe9ee56e631621aa259..b891b5ff12c6fdefb363cbcbf081583ca82ea9ef 100644 (file)
@@ -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);