Minor coding-style fix.

This commit is contained in:
Alexander Pipelka 2017-09-25 20:34:38 +02:00 committed by Rolf Ahrenberg
parent bbd7f2da51
commit de6c0e1f89
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ bool cSatipSectionFilterHandler::Send(void)
// send data
for (unsigned int i = 0; i < eMaxSecFilterCount; ++i) {
if(pollFdsM[i].revents & POLLOUT)
if (pollFdsM[i].revents & POLLOUT)
filtersM[i]->Send();
}
return true;