aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Gross2016-06-16 07:26:29 -0400
committerGitHub2016-06-16 07:26:29 -0400
commit57940361863fb121f8b7bf2cb061fc4ab34da9e5 (patch)
tree173ff630a899f8835f939ed9d7be5e2a6902643a
parent2dee12d9381ed82f81a63cf50f4d3f8f4eb5415c (diff)
Fix another missing newline
-rw-r--r--ltac/profile_ltac.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ltac/profile_ltac.ml b/ltac/profile_ltac.ml
index 422f916936..c651aec98c 100644
--- a/ltac/profile_ltac.ml
+++ b/ltac/profile_ltac.ml
@@ -231,6 +231,7 @@ let rec print_node all_total indent prefix (s, n) =
++ padl 8 (string_of_int e.ncalls)
++ padl 10 (format_sec (e.max_total))
) ++
+ fnl () ++
print_table all_total indent false n.children
and print_table all_total indent first_level table =