Style and formatting

This commit is contained in:
Roland Rossgotterer
2019-03-11 13:24:10 +01:00
committed by Mat Sutcliffe
parent 9b4a01cd25
commit 264002cb63
7 changed files with 49 additions and 66 deletions

View File

@@ -108,7 +108,7 @@ namespace BlackMisc
xplanePluginIdentifier(),
fs9PluginIdentifier(),
emulatedPluginIdentifier(),
fgPluginIdentifier()
fgPluginIdentifier()
});
return identifiers;
}
@@ -118,8 +118,7 @@ namespace BlackMisc
if (BlackConfig::CBuildConfig::isRunningOnUnixPlatform())
{
// On UNIX we likely run XP
// TODO Add FG?
return QStringList { xplanePluginIdentifier() };
return QStringList { xplanePluginIdentifier(), fgPluginIdentifier() };
}
return QStringList