code style

This commit is contained in:
Volker Fischer 2014-01-03 09:00:24 +00:00
parent 30f285a18e
commit 72f7c25d98

View File

@ -1277,7 +1277,8 @@ bool CServer::PutData ( const CVector<uint8_t>& vecbyRecBuf,
if ( bChanOK )
{
// put packet in socket buffer
if ( vecChannels[iCurChanID].PutData ( vecbyRecBuf, iNumBytesRead ) == PS_PROT_OK_MESS_NOT_EVALUATED )
if ( vecChannels[iCurChanID].PutData ( vecbyRecBuf,
iNumBytesRead ) == PS_PROT_OK_MESS_NOT_EVALUATED )
{
// set flag
bIsNotEvaluatedProtocolMessage = true;