mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
triggerbox: NOOP: whitespace cleanup
This commit is contained in:
parent
1e7ca734d6
commit
a01325c693
1 changed files with 2 additions and 2 deletions
|
|
@ -217,7 +217,7 @@ Trigger::request_trigger_delete (Trigger* t)
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
Trigger::get_ui_state (Trigger::UIState &state) const
|
Trigger::get_ui_state (Trigger::UIState &state) const
|
||||||
{
|
{
|
||||||
/* this is used for operations like d&d when we want to query the current state */
|
/* this is used for operations like d&d when we want to query the current state */
|
||||||
/* you can't return ui_state here because that struct is used to queue properties that are being input *to* the trigger */
|
/* you can't return ui_state here because that struct is used to queue properties that are being input *to* the trigger */
|
||||||
|
|
@ -258,7 +258,7 @@ Trigger::set_ui_state (Trigger::UIState &state)
|
||||||
set_segment_tempo(state.tempo);
|
set_segment_tempo(state.tempo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
Trigger::update_properties ()
|
Trigger::update_properties ()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue