XML output wibble (purely decorative)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4055
This commit is contained in:
Julian Seward 2005-06-29 23:38:33 +00:00
parent d84d0a72ff
commit bef467758b

View File

@ -669,10 +669,8 @@ static Bool show_used_suppressions ( void )
any_supp = True;
if (VG_(clo_xml)) {
VG_(message)(Vg_DebugMsg,
" <pair>\n"
" <count>%d</count>\n"
" <name>%s</name>\n"
" </pair>",
" <pair> <count>%d</count> "
"<name>%s</name> </pair>",
su->count, su->sname);
} else {
VG_(message)(Vg_DebugMsg, "supp: %4d %s", su->count, su->sname);