NOOP: whitespace around operators

This commit is contained in:
Paul Davis 2025-06-23 16:15:36 -06:00
parent bce06b4c07
commit a17cf3929d

View file

@ -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