From: Philippe Waroquiers Date: Fri, 21 Jul 2017 18:46:35 +0000 (+0000) Subject: fix misleading indentation X-Git-Tag: VALGRIND_3_14_0~311 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af72da8cec6dbd69b1062a690f0e930d733070e0;p=thirdparty%2Fvalgrind.git fix misleading indentation git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16460 --- diff --git a/coregrind/m_debuginfo/debuginfo.c b/coregrind/m_debuginfo/debuginfo.c index 24814d834a..cd191dd847 100644 --- a/coregrind/m_debuginfo/debuginfo.c +++ b/coregrind/m_debuginfo/debuginfo.c @@ -1327,9 +1327,9 @@ void VG_(di_notify_pdb_debuginfo)( Int fd_obj, Addr avma_obj, sres = VG_(stat)(pdbname, &stat_buf); if (sr_isError(sres)) { VG_(message)(Vg_UserMsg, "Warning: Missing or un-stat-able %s\n", - pdbname); - if (VG_(clo_verbosity) > 0) - VG_(message)(Vg_UserMsg, "LOAD_PDB_DEBUGINFO: missing: %s\n", pdbname); + pdbname); + if (VG_(clo_verbosity) > 0) + VG_(message)(Vg_UserMsg, "LOAD_PDB_DEBUGINFO: missing: %s\n", pdbname); goto out; } pdb_mtime = stat_buf.mtime;