Style fix for cpp03 compatible mode
This commit is contained in:
parent
392a83838a
commit
d05cca687c
2 changed files with 9 additions and 8 deletions
|
@ -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();}
|
||||
|
|
Loading…
Add table
Reference in a new issue