aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/profile.c b/profile.c
index 3a4ec04d..7e603dc2 100644
--- a/profile.c
+++ b/profile.c
@@ -957,7 +957,8 @@ cleanup:
fprintf(prof_fp, "\n");
print_comment(pc->comment, indent_level);
}
- }
+ } else
+ fprintf(prof_fp, "\n");
pprint(pc->stmt_start->nexti, pc->stmt_end->nexti, NO_PPRINT_FLAGS);
indent_out();
break;