summaryrefslogtreecommitdiffstats
path: root/ingen/Interface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Interface.hpp')
-rw-r--r--ingen/Interface.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp
index a516892c..3b33f813 100644
--- a/ingen/Interface.hpp
+++ b/ingen/Interface.hpp
@@ -51,9 +51,7 @@ public:
virtual Raul::URI uri() const = 0;
- virtual SPtr<Interface> respondee() const {
- return SPtr<Interface>();
- }
+ virtual SPtr<Interface> respondee() const { return SPtr<Interface>(); }
virtual void set_respondee(SPtr<Interface> respondee) {}