mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-19 20:06:09 +01:00
NO-OP: braces, please!
This commit is contained in:
parent
4b75ed249e
commit
941bc3a4f2
1 changed files with 2 additions and 1 deletions
|
|
@ -627,8 +627,9 @@ private:
|
|||
|
||||
void add_to_selection (T* child)
|
||||
{
|
||||
if ( !child->is_selectable() )
|
||||
if (!child->is_selectable()) {
|
||||
return;
|
||||
}
|
||||
_selection.push_back (child);
|
||||
setup_child_state (child);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue