diff --git a/src/action.c b/src/action.c index 152f04b4..135af253 100644 --- a/src/action.c +++ b/src/action.c @@ -709,7 +709,7 @@ actions_run(struct view *activator, struct server *server, } /* This cancels any pending on-release keybinds */ - keyboard_reset_current_keybind (); + keyboard_reset_current_keybind(); struct view *view; struct action *action;