mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Spacing/style nits.
This commit is contained in:
2
notify.c
2
notify.c
@ -47,7 +47,7 @@ notify_insert_one_hook(struct cmdq_item *item, struct notify_entry *ne,
|
||||
if (log_get_level() != 0) {
|
||||
s = cmd_list_print(cmdlist, 0);
|
||||
log_debug("%s: hook %s is: %s", __func__, ne->name, s);
|
||||
free (s);
|
||||
free(s);
|
||||
}
|
||||
new_item = cmdq_get_command(cmdlist, state);
|
||||
return (cmdq_insert_after(item, new_item));
|
||||
|
Reference in New Issue
Block a user