mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
clang-format src
This commit is contained in:
@@ -23,7 +23,11 @@ namespace BlackMisc::Simulation::Settings
|
||||
static const char *key() { return "settingsglobalinterpolationsetup"; }
|
||||
|
||||
//! \copydoc BlackMisc::TSettingTrait::humanReadable
|
||||
static const QString &humanReadable() { static const QString name("Interpolation setup"); return name; }
|
||||
static const QString &humanReadable()
|
||||
{
|
||||
static const QString name("Interpolation setup");
|
||||
return name;
|
||||
}
|
||||
};
|
||||
} // ns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user