NOOP: reindent

This commit is contained in:
Paul Davis 2020-01-08 14:59:42 -07:00
parent 4d6ad4a499
commit 0098072904

View 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