From 4aaa507472ebc7752b32bb4398e694120acd98ee Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 15 Feb 2011 01:09:03 +0000 Subject: [PATCH] No-op: whitespace. git-svn-id: svn://localhost/ardour2/branches/3.0@8849 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/region.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h index 2639662b2e..1b88ff1d69 100644 --- a/libs/ardour/ardour/region.h +++ b/libs/ardour/ardour/region.h @@ -139,21 +139,21 @@ class Region framepos_t first_frame () const { return _position; } framepos_t last_frame () const { return _position + _length - 1; } - bool hidden() const { return _hidden; } - bool muted() const { return _muted; } - bool opaque () const { return _opaque; } - bool locked() const { return _locked; } - bool position_locked() const { return _position_locked; } - bool valid_transients() const { return _valid_transients; } - bool automatic() const { return _automatic; } - bool whole_file() const { return _whole_file; } - bool captured() const { return !(_import || _external); } - bool can_move() const { return !_position_locked; } - bool sync_marked() const { return _sync_marked; } - bool external() const { return _external; } - bool import() const { return _import; } + bool hidden () const { return _hidden; } + bool muted () const { return _muted; } + bool opaque () const { return _opaque; } + bool locked () const { return _locked; } + bool position_locked () const { return _position_locked; } + bool valid_transients () const { return _valid_transients; } + bool automatic () const { return _automatic; } + bool whole_file () const { return _whole_file; } + bool captured () const { return !(_import || _external); } + bool can_move () const { return !_position_locked; } + bool sync_marked () const { return _sync_marked; } + bool external () const { return _external; } + bool import () const { return _import; } - Trimmable::CanTrim can_trim() const; + Trimmable::CanTrim can_trim () const; PositionLockStyle position_lock_style () const { return _position_lock_style; }