]> granicus.if.org Git - graphviz/commitdiff
indentation
authorJohn Ellson <ellson@research.att.com>
Fri, 10 Jul 2015 20:04:16 +0000 (16:04 -0400)
committerJohn Ellson <ellson@research.att.com>
Fri, 10 Jul 2015 20:04:16 +0000 (16:04 -0400)
lib/common/input.c

index c79a98e37975117f1e699f18e675983fcc3365aa..9d2b2538feca2a3547921d61f15933a80812fe79 100644 (file)
@@ -204,7 +204,7 @@ static int gvg_init(GVC_t *gvc, graph_t *g, char *fn, int gidx)
     gvg->g = g;
     gvg->input_filename = fn;
     gvg->graph_index = gidx;
-       return 0;
+    return 0;
 }
 
 static graph_t *P_graph;