Formatting fix.
authorJim Ingham <jingham@apple.com>
Wed, 22 Apr 2015 17:48:24 +0000 (17:48 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 22 Apr 2015 17:48:24 +0000 (17:48 +0000)
llvm-svn: 235527

lldb/source/Target/Process.cpp

index caa6756..e844138 100644 (file)
@@ -1003,7 +1003,8 @@ Process::WaitForProcessToStop (const TimeValue *timeout,
 
     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__);