mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
NOOP: whitespace around operators
This commit is contained in:
parent
bce06b4c07
commit
a17cf3929d
1 changed files with 1 additions and 1 deletions
|
|
@ -1080,7 +1080,7 @@ EditingContext::draw_velocity_action (int v)
|
|||
const char* action = 0;
|
||||
RefPtr<Action> act;
|
||||
|
||||
if (v==DRAW_VEL_AUTO) {
|
||||
if (v == DRAW_VEL_AUTO) {
|
||||
action = "draw-velocity-auto";
|
||||
} else if (v>=1 && v<=127) {
|
||||
snprintf (buf, sizeof (buf), X_("draw-velocity-%d"), v); //we don't allow drawing a velocity 0; some synths use that as note-off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue