mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
Code styling: remove whitespaces between parenthesis
This commit is contained in:
parent
7c6c8ac270
commit
4122ff891c
2 changed files with 6 additions and 6 deletions
|
|
@ -811,7 +811,7 @@ LaunchControlXL::stripable_property_change (PropertyChange const& what_changed,
|
|||
return;
|
||||
}
|
||||
if (which < 8) {
|
||||
button_track_focus( (uint8_t)which );
|
||||
button_track_focus((uint8_t)which);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -843,8 +843,8 @@ LaunchControlXL::switch_bank (uint32_t base)
|
|||
}
|
||||
|
||||
if (sl && sr) {
|
||||
write(sl->state_msg( (base) ));
|
||||
write(sr->state_msg( (s[1] != 0) ));
|
||||
write(sl->state_msg((base)));
|
||||
write(sr->state_msg((s[1] != 0)));
|
||||
}
|
||||
|
||||
if (!s[0]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue