aboutsummaryrefslogtreecommitdiffhomepage
path: root/ltac
diff options
context:
space:
mode:
authorGravatar Jason Gross <jasongross9@gmail.com>2016-06-16 07:26:29 -0400
committerGravatar GitHub <noreply@github.com>2016-06-16 07:26:29 -0400
commit57940361863fb121f8b7bf2cb061fc4ab34da9e5 (patch)
tree173ff630a899f8835f939ed9d7be5e2a6902643a /ltac
parent2dee12d9381ed82f81a63cf50f4d3f8f4eb5415c (diff)
Fix another missing newline
Diffstat (limited to 'ltac')
-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 422f91693..c651aec98 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 =