summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-15 01:09:03 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-15 01:09:03 +0000
commit4aaa507472ebc7752b32bb4398e694120acd98ee (patch)
tree474524f8152349d0a5df2cd752221b0dc9cceb7e /libs/ardour/ardour/region.h
parent70126fb9d6bbac5c001eeffa870f0ecc83741fc8 (diff)
No-op: whitespace.
git-svn-id: svn://localhost/ardour2/branches/3.0@8849 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/region.h')
-rw-r--r--libs/ardour/ardour/region.h28
1 files 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; }