From e40d17736c40e7b001f2d3a07a8987cf051d5d9f Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Mon, 12 Mar 2018 21:41:23 +0100 Subject: [PATCH] fix indent --- lib/ecoli_parsed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ecoli_parsed.c b/lib/ecoli_parsed.c index 4816222..c2e7c8e 100644 --- a/lib/ecoli_parsed.c +++ b/lib/ecoli_parsed.c @@ -252,7 +252,7 @@ static void __ec_parsed_dump(FILE *out, ec_strvec_dump(out, vec); TAILQ_FOREACH(child, &parsed->children, next) - __ec_parsed_dump(out, child, indent + 2); + __ec_parsed_dump(out, child, indent + 1); } void ec_parsed_dump(FILE *out, const struct ec_parsed *parsed) -- 2.20.1