summaryrefslogtreecommitdiff
path: root/libs/ardour/source.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-01-08 14:59:42 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2020-01-08 22:21:21 -0700
commit009807290468271ff0a0b9526a8b76b80fd657ae (patch)
tree4a8bf85d71da0df35fb0d058188fa6a1b2b38833 /libs/ardour/source.cc
parent4d6ad4a499ce774f1480942a9f623334522fa16a (diff)
NOOP: reindent
Diffstat (limited to 'libs/ardour/source.cc')
-rw-r--r--libs/ardour/source.cc12
1 files 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<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