mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
clang-format src
This commit is contained in:
@@ -43,7 +43,7 @@ namespace BlackMisc::Simulation
|
||||
CSimulatorInternals() {}
|
||||
|
||||
//! All values
|
||||
BlackMisc::CNameVariantPairList getData() const { return this->m_data;}
|
||||
BlackMisc::CNameVariantPairList getData() const { return this->m_data; }
|
||||
|
||||
//! Settings
|
||||
void setData(const BlackMisc::CNameVariantPairList &data) { this->m_data = data; }
|
||||
|
||||
Reference in New Issue
Block a user