From ed633f19bdbb66ac12aaf66cf46b458558eaedbd Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 1 Oct 2014 22:06:31 +0300 Subject: Some cleanups and doc additions. --- profile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'profile.c') diff --git a/profile.c b/profile.c index ddb9c357..0a137e29 100644 --- a/profile.c +++ b/profile.c @@ -101,11 +101,12 @@ indent(long count) { int i; - if (do_profile) + if (do_profile) { if (count == 0) fprintf(prof_fp, "\t"); else fprintf(prof_fp, "%6ld ", count); + } assert(indent_level >= 0); for (i = 0; i < indent_level; i++) -- cgit v1.2.3