Update expected translation sizes, + whitespace changes (??)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6299 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/callgrind/main.c b/callgrind/main.c
index d0c0f40..4b54ef5 100644
--- a/callgrind/main.c
+++ b/callgrind/main.c
@@ -924,11 +924,11 @@
/* pop all remaining items from CallStack for correct sum
*/
CLG_(forall_threads)(unwind_thread);
-
+
CLG_(dump_profile)(0, False);
-
+
CLG_(finish_command)();
-
+
if (VG_(clo_verbosity) == 0) return;
/* Hash table stats */
@@ -1074,7 +1074,7 @@
VG_(details_copyright_author)("Copyright (C) 2002-2006, and GNU GPL'd, "
"by Josef Weidendorfer et al.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
- VG_(details_avg_translation_sizeB) ( 245 );
+ VG_(details_avg_translation_sizeB) ( 500 );
VG_(basic_tool_funcs) (CLG_(post_clo_init),
CLG_(instrument),