aboutsummaryrefslogtreecommitdiffhomepage
path: root/ltac/profile_ltac.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-08-23 23:58:15 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-08-23 23:58:32 +0200
commit7799de316e12878ef47fb74fcb4ec9533005a6dc (patch)
tree231350d8a961f6aafccd27a9293aaa54713f8ec3 /ltac/profile_ltac.ml
parent940a6286b62a095f3d6a0f3d4851f56583a852c8 (diff)
Fix bug #4914: LtacProf printout has too many newlines.
Diffstat (limited to 'ltac/profile_ltac.ml')
-rw-r--r--ltac/profile_ltac.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ltac/profile_ltac.ml b/ltac/profile_ltac.ml
index bea02e3dc..fb71becfc 100644
--- a/ltac/profile_ltac.ml
+++ b/ltac/profile_ltac.ml
@@ -235,7 +235,6 @@ 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 =