summaryrefslogtreecommitdiff
path: root/libs/ardour/processor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/processor.cc')
-rw-r--r--libs/ardour/processor.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/ardour/processor.cc b/libs/ardour/processor.cc
index 66d45a4174..ef94d1b50a 100644
--- a/libs/ardour/processor.cc
+++ b/libs/ardour/processor.cc
@@ -68,7 +68,7 @@ Processor::Processor(Session& session, const string& name)
, _configured(false)
, _display_to_user (true)
, _pre_fader (false)
- , _ui_pointer (0)
+ , _ui_pointer (0)
{
}
@@ -82,7 +82,7 @@ Processor::Processor (const Processor& other)
, _configured(false)
, _display_to_user (true)
, _pre_fader (false)
- , _ui_pointer (0)
+ , _ui_pointer (0)
{
}
@@ -130,7 +130,7 @@ Processor::state (bool full_state)
stringstream sstr;
for (set<Evoral::Parameter>::iterator x = _visible_controls.begin();
x != _visible_controls.end(); ++x) {
-
+
if (x != _visible_controls.begin()) {
sstr << ' ';
}
@@ -298,5 +298,5 @@ Processor::set_pre_fader (bool p)
void
Processor::set_ui (void* p)
{
- _ui_pointer = p;
+ _ui_pointer = p;
}