mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
clang-format src
This commit is contained in:
@@ -12,15 +12,14 @@ BLACK_DEFINE_SEQUENCE_MIXINS(BlackMisc::Simulation, CInterpolationAndRenderingSe
|
||||
|
||||
namespace BlackMisc::Simulation
|
||||
{
|
||||
CInterpolationSetupList::CInterpolationSetupList() { }
|
||||
CInterpolationSetupList::CInterpolationSetupList() {}
|
||||
|
||||
CInterpolationSetupList::CInterpolationSetupList(const CInterpolationAndRenderingSetupPerCallsign &setup)
|
||||
{
|
||||
this->push_back(setup);
|
||||
}
|
||||
|
||||
CInterpolationSetupList::CInterpolationSetupList(const CSequence<CInterpolationAndRenderingSetupPerCallsign> &other) :
|
||||
CSequence<CInterpolationAndRenderingSetupPerCallsign>(other)
|
||||
{ }
|
||||
CInterpolationSetupList::CInterpolationSetupList(const CSequence<CInterpolationAndRenderingSetupPerCallsign> &other) : CSequence<CInterpolationAndRenderingSetupPerCallsign>(other)
|
||||
{}
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user