Fixed indentation
Fixed indentation by replacing TABs by 4 spaces.
This commit is contained in:
parent
d6498a63b8
commit
6f1d6a5dbe
@ -186,10 +186,10 @@ void Agent::handlePacket(ReadBuffer &packet)
|
||||
break;
|
||||
case AgentMsg::GetProcessId:
|
||||
ASSERT(packet.eof());
|
||||
if (m_childProcess == NULL)
|
||||
result = -1;
|
||||
else
|
||||
result = GetProcessId(m_childProcess);
|
||||
if (m_childProcess == NULL)
|
||||
result = -1;
|
||||
else
|
||||
result = GetProcessId(m_childProcess);
|
||||
break;
|
||||
default:
|
||||
trace("Unrecognized message, id:%d", type);
|
||||
|
@ -28,7 +28,7 @@ struct AgentMsg
|
||||
StartProcess,
|
||||
SetSize,
|
||||
GetExitCode,
|
||||
GetProcessId
|
||||
GetProcessId
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user