]> granicus.if.org Git - graphviz/commitdiff
Correct single line insane indentation
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Mon, 31 Aug 2020 09:56:01 +0000 (11:56 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Fri, 4 Sep 2020 15:12:12 +0000 (17:12 +0200)
Was clearly an accident in 839085f8026afd6f6920a0c31ad2a9d880d97932.

lib/cgraph/grammar.y

index a743419bcccdf11f7b31b1fb69d6e8f76d28f565..db906d458992319f07a63d47d2e62fdd50805e4b 100644 (file)
@@ -552,7 +552,7 @@ static void startgraph(char *name, int directed, int strict)
        static Agdesc_t req;    /* get rid of warnings */
 
        if (G == NILgraph) {
-    SubgraphDepth = 0;
+               SubgraphDepth = 0;
                req.directed = directed;
                req.strict = strict;
                req.maingraph = TRUE;