mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 13:37:42 +02:00
Minor coding-style fix.
This commit is contained in:
parent
bbd7f2da51
commit
de6c0e1f89
@ -290,7 +290,7 @@ bool cSatipSectionFilterHandler::Send(void)
|
|||||||
|
|
||||||
// send data
|
// send data
|
||||||
for (unsigned int i = 0; i < eMaxSecFilterCount; ++i) {
|
for (unsigned int i = 0; i < eMaxSecFilterCount; ++i) {
|
||||||
if(pollFdsM[i].revents & POLLOUT)
|
if (pollFdsM[i].revents & POLLOUT)
|
||||||
filtersM[i]->Send();
|
filtersM[i]->Send();
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user