Style nits in function arguments.

This commit is contained in:
nicm
2019-12-03 10:47:22 +00:00
parent ec1b8e5f05
commit 7826d40ff9
7 changed files with 12 additions and 12 deletions

View File

@ -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");
}