Style fix for cpp03 compatible mode

This commit is contained in:
Thulinma 2017-05-12 14:08:59 +02:00
parent 392a83838a
commit d05cca687c
2 changed files with 9 additions and 8 deletions

View file

@ -318,7 +318,8 @@ namespace TS{
}
if (outPackets.size()){
for (std::map<unsigned long, std::deque<DTSC::Packet>>::const_iterator i = outPackets.begin();
for (std::map<unsigned long, std::deque<DTSC::Packet> >::const_iterator i =
outPackets.begin();
i != outPackets.end(); i++){
if (i->second.size()){
if (threaded){globalSem.post();}