Formatting from refs #678

This commit is contained in:
Klaus Basan
2016-06-23 20:08:13 +02:00
parent 12d06aceef
commit 2dec348c8c
5 changed files with 28 additions and 116 deletions

View File

@@ -105,9 +105,9 @@ namespace BlackMisc
bool CAircraftModel::canInitializeFromFsd() const
{
bool nw = this->getModelType() == CAircraftModel::TypeQueriedFromNetwork ||
this->getModelType() == CAircraftModel::TypeFsdData ||
this->getModelType() == CAircraftModel::TypeUnknown;
const bool nw = this->getModelType() == CAircraftModel::TypeQueriedFromNetwork ||
this->getModelType() == CAircraftModel::TypeFsdData ||
this->getModelType() == CAircraftModel::TypeUnknown;
return nw;
}