summaryrefslogtreecommitdiff
path: root/libs/ardour/region.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-10-15 16:38:21 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2018-10-15 16:38:21 -0400
commit5e27b6de2fee8ae8f3d2175f048adfc15ff9b027 (patch)
tree94a1d2a71131cb24d0d36684ae6c10d4e95e01d1 /libs/ardour/region.cc
parentf7f5a096d50c5ef8ad180bf6dc508b112a9abc80 (diff)
indentation fix
Diffstat (limited to 'libs/ardour/region.cc')
-rw-r--r--libs/ardour/region.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc
index d7d68ab6f4..deffd11224 100644
--- a/libs/ardour/region.cc
+++ b/libs/ardour/region.cc
@@ -221,7 +221,7 @@ Region::register_properties ()
, _muted (Properties::muted, other->_muted) \
, _opaque (Properties::opaque, other->_opaque) \
, _locked (Properties::locked, other->_locked) \
- , _video_locked (Properties::video_locked, other->_video_locked) \
+ , _video_locked (Properties::video_locked, other->_video_locked) \
, _automatic (Properties::automatic, other->_automatic) \
, _whole_file (Properties::whole_file, other->_whole_file) \
, _import (Properties::import, other->_import) \