summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ingen/QueuedInterface.hpp3
-rw-r--r--include/ingen/client/GraphModel.hpp3
2 files changed, 2 insertions, 4 deletions
diff --git a/include/ingen/QueuedInterface.hpp b/include/ingen/QueuedInterface.hpp
index d4c52168..fc3e539c 100644
--- a/include/ingen/QueuedInterface.hpp
+++ b/include/ingen/QueuedInterface.hpp
@@ -37,8 +37,7 @@ class QueuedInterface : public Interface
public:
explicit QueuedInterface(std::shared_ptr<Interface> sink)
: _sink(std::move(sink))
- {
- }
+ {}
URI uri() const override { return URI("ingen:/QueuedInterface"); }
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;