From: Julian Seward Date: Wed, 29 Jun 2005 23:38:33 +0000 (+0000) Subject: XML output wibble (purely decorative) X-Git-Tag: svn/VALGRIND_3_0_0~263 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bef467758b6ca36216e194ffe6556ec4535bb26d;p=thirdparty%2Fvalgrind.git XML output wibble (purely decorative) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4055 --- diff --git a/coregrind/m_errormgr.c b/coregrind/m_errormgr.c index 16709fc052..0774120115 100644 --- a/coregrind/m_errormgr.c +++ b/coregrind/m_errormgr.c @@ -669,10 +669,8 @@ static Bool show_used_suppressions ( void ) any_supp = True; if (VG_(clo_xml)) { VG_(message)(Vg_DebugMsg, - " \n" - " %d\n" - " %s\n" - " ", + " %d " + "%s ", su->count, su->sname); } else { VG_(message)(Vg_DebugMsg, "supp: %4d %s", su->count, su->sname);