mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Style nits in function arguments.
This commit is contained in:
@ -313,7 +313,7 @@ window_client_resize(struct window_mode_entry *wme, u_int sx, u_int sy)
|
||||
}
|
||||
|
||||
static void
|
||||
window_client_do_detach(void* modedata, void *itemdata,
|
||||
window_client_do_detach(void *modedata, void *itemdata,
|
||||
__unused struct client *c, key_code key)
|
||||
{
|
||||
struct window_client_modedata *data = modedata;
|
||||
|
Reference in New Issue
Block a user