summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/processor.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-30 14:41:22 -0500
committerDavid Robillard <d@drobilla.net>2014-12-30 14:41:22 -0500
commitc35e94a3c83028220f6eb494fdfe9c1960aaf751 (patch)
tree2b73df60308f20be8436001b82cfb0be1acd28ee /libs/ardour/ardour/processor.h
parenta85827da1c9def35bcb4e43b657cdf0b1d728181 (diff)
Fix some mangled whitespace (noop).
Diffstat (limited to 'libs/ardour/ardour/processor.h')
-rw-r--r--libs/ardour/ardour/processor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/ardour/processor.h b/libs/ardour/ardour/processor.h
index 4f8434f179..fa75876580 100644
--- a/libs/ardour/ardour/processor.h
+++ b/libs/ardour/ardour/processor.h
@@ -118,8 +118,8 @@ class LIBARDOUR_API Processor : public SessionObject, public Automatable, public
ProcessorWindowProxy * window_proxy () const { return _window_proxy; }
void set_window_proxy (ProcessorWindowProxy* wp);
- void set_owner (SessionObject*);
- SessionObject* owner() const;
+ void set_owner (SessionObject*);
+ SessionObject* owner() const;
protected:
virtual int set_state_2X (const XMLNode&, int version);
@@ -134,7 +134,7 @@ protected:
bool _pre_fader; ///< true if this processor is currently placed before the Amp, otherwise false
void* _ui_pointer;
ProcessorWindowProxy *_window_proxy;
- SessionObject* _owner;
+ SessionObject* _owner;
};
} // namespace ARDOUR