From a659a13c531e991851e013db3d4223bf16a343b8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 24 Jan 2014 17:28:43 +0000 Subject: Fix various whitespace and formatting issues. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1 --- src/bindings/Client.hpp | 8 ++++---- src/bindings/ingen_bindings.hpp | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/bindings') 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() {} diff --git a/src/bindings/ingen_bindings.hpp b/src/bindings/ingen_bindings.hpp index 90358cd8..b07baae8 100644 --- a/src/bindings/ingen_bindings.hpp +++ b/src/bindings/ingen_bindings.hpp @@ -23,8 +23,8 @@ class World; extern World* ingen_world; extern "C" { - bool run(World* world, const char* filename); - void script_iteration(World* world); +bool run(World* world, const char* filename); +void script_iteration(World* world); } } // namespace Ingen -- cgit v1.2.1