From 78ebb57ba3268da3560aa596dfe14c515f617890 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Oct 2009 03:49:26 +0000 Subject: Tidy. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2197 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/events/SetPortValue.hpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/engine/events') diff --git a/src/engine/events/SetPortValue.hpp b/src/engine/events/SetPortValue.hpp index 4572e431..6d7c142b 100644 --- a/src/engine/events/SetPortValue.hpp +++ b/src/engine/events/SetPortValue.hpp @@ -42,19 +42,19 @@ class SetPortValue : public QueuedEvent { public: SetPortValue(Engine& engine, - SharedPtr responder, - bool queued, - SampleCount timestamp, - const Raul::Path& port_path, - const Raul::Atom& value); + SharedPtr responder, + bool queued, + SampleCount timestamp, + const Raul::Path& port_path, + const Raul::Atom& value); SetPortValue(Engine& engine, - SharedPtr responder, - bool queued, - SampleCount timestamp, - uint32_t voice_num, - const Raul::Path& port_path, - const Raul::Atom& value); + SharedPtr responder, + bool queued, + SampleCount timestamp, + uint32_t voice_num, + const Raul::Path& port_path, + const Raul::Atom& value); ~SetPortValue(); -- cgit v1.2.1