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:
@ -1581,7 +1581,7 @@ server_client_check_exit(struct client *c)
|
||||
/* Redraw timer callback. */
|
||||
static void
|
||||
server_client_redraw_timer(__unused int fd, __unused short events,
|
||||
__unused void* data)
|
||||
__unused void *data)
|
||||
{
|
||||
log_debug("redraw timer fired");
|
||||
}
|
||||
|
Reference in New Issue
Block a user