change clang-format
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
f63d2b2fe2
commit
eab9bafe7b
33 changed files with 217 additions and 254 deletions
|
|
@ -11,11 +11,11 @@ public:
|
|||
public:
|
||||
explicit IkarusPropertySource(Data data);
|
||||
|
||||
IkarusPropertySource(IkarusPropertySource const&) = default;
|
||||
IkarusPropertySource(IkarusPropertySource&&) = default;
|
||||
IkarusPropertySource(IkarusPropertySource const &) = default;
|
||||
IkarusPropertySource(IkarusPropertySource &&) = default;
|
||||
|
||||
IkarusPropertySource& operator=(IkarusPropertySource const&) = default;
|
||||
IkarusPropertySource& operator=(IkarusPropertySource&&) = default;
|
||||
IkarusPropertySource & operator=(IkarusPropertySource const &) = default;
|
||||
IkarusPropertySource & operator=(IkarusPropertySource &&) = default;
|
||||
|
||||
virtual ~IkarusPropertySource() = default;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue