From 009807290468271ff0a0b9526a8b76b80fd657ae Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 8 Jan 2020 14:59:42 -0700 Subject: [PATCH] NOOP: reindent --- libs/ardour/source.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/ardour/source.cc b/libs/ardour/source.cc index 9aeb8ba62b..e5f98c171a 100644 --- a/libs/ardour/source.cc +++ b/libs/ardour/source.cc @@ -318,12 +318,12 @@ Source::inc_use_count () { g_atomic_int_inc (&_use_count); - try { - boost::shared_ptr sptr = shared_from_this(); - SourcePropertyChanged (sptr); - } catch (...) { - /* no shared_ptr available, relax; */ - } + try { + boost::shared_ptr sptr = shared_from_this(); + SourcePropertyChanged (sptr); + } catch (...) { + /* no shared_ptr available, relax; */ + } } void -- 2.30.2