Formatting fix.

llvm-svn: 235527
This commit is contained in:
Jim Ingham 2015-04-22 17:48:24 +00:00
parent c76f470c2d
commit 5b4c5ebfe0
1 changed files with 2 additions and 1 deletions

View 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__);