summaryrefslogtreecommitdiffstats
path: root/src/bindings/Client.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/Client.hpp')
-rw-r--r--src/bindings/Client.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bindings/Client.hpp b/src/bindings/Client.hpp
index e2db6644..f277e7f9 100644
--- a/src/bindings/Client.hpp
+++ b/src/bindings/Client.hpp
@@ -24,10 +24,10 @@
class Client : public Ingen::ClientInterface
{
public:
- /** Wrapper for engine->register_client to appease SWIG */
- virtual void subscribe(Ingen::ServerInterface* engine) {
- engine->register_client(this);
- }
+ /** Wrapper for engine->register_client to appease SWIG */
+ virtual void subscribe(Ingen::ServerInterface* engine) {
+ engine->register_client(this);
+ }
void bundle_begin() {}
void bundle_end() {}