diff options
author | David Robillard <d@drobilla.net> | 2022-08-18 01:27:51 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-18 01:27:51 -0400 |
commit | 590f82cba0752f41226bbdbf352753cf336ec758 (patch) | |
tree | 5de55e3999108093331e37327c762996e2795b88 /include/ingen/client | |
parent | 126c045016602323b974484252d60f6077f156bf (diff) | |
download | ingen-590f82cba0752f41226bbdbf352753cf336ec758.tar.gz ingen-590f82cba0752f41226bbdbf352753cf336ec758.tar.bz2 ingen-590f82cba0752f41226bbdbf352753cf336ec758.zip |
Use a consistent style for empty braces
Diffstat (limited to 'include/ingen/client')
-rw-r--r-- | include/ingen/client/GraphModel.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ingen/client/GraphModel.hpp b/include/ingen/client/GraphModel.hpp index 59d1bb65..0ae756d8 100644 --- a/include/ingen/client/GraphModel.hpp +++ b/include/ingen/client/GraphModel.hpp @@ -71,8 +71,7 @@ private: : BlockModel(uris, static_cast<const URI&>(uris.ingen_Graph), graph_path) - { - } + {} void clear() override; void add_child(const std::shared_ptr<ObjectModel>& c) override; |