summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/server-client.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2019-12-03 10:47:22 +0000
committernicm <nicm@openbsd.org>2019-12-03 10:47:22 +0000
commit0925375c6c0b05bc59b82f882121761d5b9cd2c2 (patch)
tree710f1de850191fe5f8e4c27e4263155b6361b55a /usr.bin/tmux/server-client.c
parentrkemmcphy(4) (diff)
downloadwireguard-openbsd-0925375c6c0b05bc59b82f882121761d5b9cd2c2.tar.xz
wireguard-openbsd-0925375c6c0b05bc59b82f882121761d5b9cd2c2.zip
Style nits in function arguments.
Diffstat (limited to 'usr.bin/tmux/server-client.c')
-rw-r--r--usr.bin/tmux/server-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/server-client.c b/usr.bin/tmux/server-client.c
index 1647ea0a365..d6e6e225ebd 100644
--- a/usr.bin/tmux/server-client.c
+++ b/usr.bin/tmux/server-client.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: server-client.c,v 1.298 2019/11/28 09:56:25 nicm Exp $ */
+/* $OpenBSD: server-client.c,v 1.299 2019/12/03 10:47:22 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -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");
}