From: John Ellson Date: Fri, 10 Jul 2015 20:04:16 +0000 (-0400) Subject: indentation X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~109^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=552843056c6e6cef1ba72ed0f6c04c9d20b40362;p=graphviz indentation --- diff --git a/lib/common/input.c b/lib/common/input.c index c79a98e37..9d2b2538f 100644 --- a/lib/common/input.c +++ b/lib/common/input.c @@ -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;