mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
NOOP: reindent
This commit is contained in:
parent
4d6ad4a499
commit
0098072904
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue