From af72da8cec6dbd69b1062a690f0e930d733070e0 Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Fri, 21 Jul 2017 18:46:35 +0000 Subject: [PATCH] fix misleading indentation git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16460 --- coregrind/m_debuginfo/debuginfo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.47.2