Ref T384, style

This commit is contained in:
Klaus Basan
2018-10-02 20:01:10 +02:00
parent e4dfa01c2e
commit e82695e6ae

View File

@@ -306,7 +306,7 @@ namespace BlackCore
const CAtcStationList stations(this->getAtcStationsOnline());
for (const CAtcStation &station : stations)
{
m_network->sendAtisQuery(station.getCallsign());
m_network->sendAtisQuery(station.getCallsign()); // for each online station
}
}