mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
NO-OP: whitespace and some guaranteed assertion removal
This commit is contained in:
parent
41827a546a
commit
474d68c051
2 changed files with 11 additions and 10 deletions
|
|
@ -232,7 +232,7 @@ CheckOption::action_toggled ()
|
|||
{
|
||||
Glib::RefPtr<ToggleAction> tact = Glib::RefPtr<ToggleAction>::cast_dynamic (_action);
|
||||
if (tact) {
|
||||
_button->set_active(tact->get_active());
|
||||
_button->set_active (tact->get_active());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -247,7 +247,7 @@ CheckOption::toggled ()
|
|||
{
|
||||
Glib::RefPtr<ToggleAction> tact = Glib::RefPtr<ToggleAction>::cast_dynamic (_action);
|
||||
|
||||
tact->set_active( _button->get_active() );
|
||||
tact->set_active (_button->get_active ());
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue