NOOP: reindent
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 8 Jan 2020 21:59:42 +0000 (14:59 -0700)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 9 Jan 2020 05:21:21 +0000 (22:21 -0700)
libs/ardour/source.cc

index 9aeb8ba62b4364999231aa64ee86bcdbdffdeb9b..e5f98c171a14764eb513e5bb6a6b20d8eb8468b8 100644 (file)
@@ -318,12 +318,12 @@ Source::inc_use_count ()
 {
     g_atomic_int_inc (&_use_count);
 
-       try {
-               boost::shared_ptr<Source> sptr = shared_from_this();
-               SourcePropertyChanged (sptr);
-       } catch (...) {
-               /* no shared_ptr available, relax; */
-       }
+    try {
+           boost::shared_ptr<Source> sptr = shared_from_this();
+           SourcePropertyChanged (sptr);
+    } catch (...) {
+           /* no shared_ptr available, relax; */
+    }
 }
 
 void