Ref T308, style

This commit is contained in:
Klaus Basan
2018-08-29 02:38:48 +02:00
parent 0da824a5d2
commit c43fba9abd
5 changed files with 9 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ namespace BlackMisc
int current = 0;
CAircraftIcaoCode found;
const QString d(designator.trimmed().toUpper());
for (const CAircraftIcaoCode &code : * this)
for (const CAircraftIcaoCode &code : *this)
{
if (!code.matchesDesignator(d, cutoff, &current)) { continue; }
if (current == 100.0) { return code; }