aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2014-09-01 21:50:18 +0000
committernicm <nicm>2014-09-01 21:50:18 +0000
commit4e956d545a52fe6b8310cfb30a26a89976d55cd9 (patch)
tree844bd6314773b818cfaa7158a7b9e58347f30085 /tmux.h
parente07519804957d5c41aa70e7f1132e29fe5f84862 (diff)
downloadrtmux-4e956d545a52fe6b8310cfb30a26a89976d55cd9.tar.gz
rtmux-4e956d545a52fe6b8310cfb30a26a89976d55cd9.tar.bz2
rtmux-4e956d545a52fe6b8310cfb30a26a89976d55cd9.zip
Various minor style and spacing nits.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index bfc70544..c64459ba 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2325,7 +2325,7 @@ void set_signals(void(*)(int, short, void *));
void clear_signals(int);
/* control.c */
-void control_callback(struct client *, int, void*);
+void control_callback(struct client *, int, void *);
void printflike2 control_write(struct client *, const char *, ...);
void control_write_buffer(struct client *, struct evbuffer *);