From a473d630eb165272992e90f8d854b1d66ec0be63 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Jun 2011 16:50:12 +0000 Subject: Fix broken whitespace. I'd apologize for the compile times if it was my fault :D git-svn-id: svn://localhost/ardour2/branches/3.0@9654 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/send.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/send.cc') diff --git a/libs/ardour/send.cc b/libs/ardour/send.cc index 2ec9a10bda..f537c9dfdf 100644 --- a/libs/ardour/send.cc +++ b/libs/ardour/send.cc @@ -66,7 +66,7 @@ Send::deactivate () _amp->deactivate (); _meter->deactivate (); _meter->reset (); - + Processor::deactivate (); } @@ -144,7 +144,7 @@ Send::set_state (const XMLNode& node, int version) if (version < 3000) { return set_state_2X (node, version); } - + const XMLProperty* prop; Delivery::set_state (node, version); -- cgit v1.2.3