From 7799de316e12878ef47fb74fcb4ec9533005a6dc Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Tue, 23 Aug 2016 23:58:15 +0200 Subject: Fix bug #4914: LtacProf printout has too many newlines. --- ltac/profile_ltac.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/ltac/profile_ltac.ml b/ltac/profile_ltac.ml index bea02e3dcb..fb71becfc3 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 = -- cgit v1.2.3