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__);
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits