]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
DARWIN sync: spacing.
authorNicholas Nethercote <njn@valgrind.org>
Thu, 21 May 2009 02:03:08 +0000 (02:03 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 21 May 2009 02:03:08 +0000 (02:03 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10065

coregrind/m_scheduler/scheduler.c

index 3752e85caf5e7eb64d81c6fda033d8324ab783d2..f1177ba12371926e064dcbad9345bcad600edaa6 100644 (file)
@@ -1103,8 +1103,9 @@ VgSchedReturnCode VG_(scheduler) ( ThreadId tid )
          break;
 
       case VEX_TRC_JMP_NODECODE:
-   VG_(message)(Vg_UserMsg,
-      "valgrind: Unrecognised instruction at address %#lx.", VG_(get_IP)(tid));
+         VG_(message)(Vg_UserMsg,
+            "valgrind: Unrecognised instruction at address %#lx.",
+            VG_(get_IP)(tid));
 #define M(a) VG_(message)(Vg_UserMsg, a);
    M("Your program just tried to execute an instruction that Valgrind" );
    M("did not recognise.  There are two possible reasons for this."    );