Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 10, 2025
1 parent ce07870 commit 4aec236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hotkeys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static bool invoke_command(color_ostream &out, const size_t index) {
static command_result hotkeys_cmd(color_ostream &out, vector <string> & parameters) {
if (!parameters.size()) {
DEBUG(log).print("invoking command: '%s'\n", INVOKE_MENU_DEFAULT_COMMAND.c_str());
return Core::getInstance().runCommand(out, INVOKE_MENU_DEFAULT_COMMAND );
return Core::getInstance().runCommand(out, INVOKE_MENU_DEFAULT_COMMAND);
} else if (parameters.size() == 2 && parameters[0] == "menu") {
string cmd = INVOKE_MENU_BASE_COMMAND + parameters[1];
DEBUG(log).print("invoking command: '%s'\n", cmd.c_str());
Expand Down

0 comments on commit 4aec236

Please sign in to comment.