mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d96a9a9fa2
commit
d2d44085ba
@@ -157,7 +157,7 @@ namespace BlackMisc
|
||||
// further reduce
|
||||
if (patternUsed.hasName())
|
||||
{
|
||||
CAirlineIcaoCodeList backup(codesFound);
|
||||
const CAirlineIcaoCodeList backup(codesFound);
|
||||
codesFound = this->findByNamesOrTelephonyDesignator(patternUsed.getName());
|
||||
if (codesFound.isEmpty()) { codesFound = backup; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user