[Lldb-commits] [lldb] r235527 - Formatting fix.

Jim Ingham jingham at apple.com
Wed Apr 22 10:48:25 PDT 2015


Author: jingham
Date: Wed Apr 22 12:48:24 2015
New Revision: 235527

URL: http://llvm.org/viewvc/llvm-project?rev=235527&view=rev
Log:
Formatting fix.

Modified:
    lldb/trunk/source/Target/Process.cpp

Modified: lldb/trunk/source/Target/Process.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Target/Process.cpp?rev=235527&r1=235526&r2=235527&view=diff
==============================================================================
--- lldb/trunk/source/Target/Process.cpp (original)
+++ lldb/trunk/source/Target/Process.cpp Wed Apr 22 12:48:24 2015
@@ -1003,7 +1003,8 @@ Process::WaitForProcessToStop (const Tim
 
     if (!wait_always &&
         StateIsStoppedState(state, true) &&
-        StateIsStoppedState(GetPrivateState(), true)) {
+        StateIsStoppedState(GetPrivateState(), true))
+    {
         if (log)
             log->Printf("Process::%s returning without waiting for events; process private and public states are already 'stopped'.",
                         __FUNCTION__);





More information about the lldb-commits mailing list