indentation fix
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 15 Oct 2018 20:38:21 +0000 (16:38 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 15 Oct 2018 20:38:21 +0000 (16:38 -0400)
libs/ardour/region.cc

index d7d68ab6f492c16f124b58aea0aaed5e9e1c84fe..deffd11224d9a557344ec0b91f6e654ba4517901 100644 (file)
@@ -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)          \