clang-format src

This commit is contained in:
Lars Toenning
2023-04-13 14:20:16 +02:00
parent ba41d4887b
commit 970b7c3650
1501 changed files with 20326 additions and 17820 deletions

View File

@@ -25,7 +25,7 @@ namespace BlackMisc::Simulation::Settings
class BLACKMISC_EXPORT CFGSwiftBusSettings final :
public CValueObject<CFGSwiftBusSettings>
{
public:
public:
//! Properties by index
enum ColumnIndex
{
@@ -68,7 +68,11 @@ namespace BlackMisc::Simulation::Settings
static const char *key() { return "fgswiftbus/settings"; }
//! \copydoc BlackCore::TSettingTrait::humanReadable
static const QString &humanReadable() { static const QString name("FGSwiftBus"); return name; }
static const QString &humanReadable()
{
static const QString name("FGSwiftBus");
return name;
}
//! \copydoc BlackMisc::TSettingTrait::defaultValue
static CFGSwiftBusSettings defaultValue() { return CFGSwiftBusSettings(); }