summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm>2014-04-16 21:16:19 +0000
committernicm <nicm>2014-04-16 21:16:19 +0000
commit871b83cbab3a490827760540f2c36fd1edfe1875 (patch)
tree0d8681df5fd58f17069a5301138b618aae77b604
parent14a96df9ee288b24354c3ac2e57eca21b6ad8151 (diff)
Remove a leftover prototype and fix some spacing.
-rw-r--r--tmux.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 0b3a2ea4..61fa4a39 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2335,7 +2335,6 @@ char *get_proc_name(int, char *);
void log_open(const char *);
void log_close(void);
void printflike1 log_debug(const char *, ...);
-void printflike1 log_debug2(const char *, ...);
__dead void printflike1 log_fatal(const char *, ...);
__dead void printflike1 log_fatalx(const char *, ...);
@@ -2356,7 +2355,9 @@ const char *style_tostring(struct grid_cell *);
void style_update_new(struct options *, const char *, const char *);
void style_update_old(struct options *, const char *,
struct grid_cell *);
-void style_apply(struct grid_cell *, struct options *, const char *);
-void style_apply_update(struct grid_cell *, struct options *, const char *);
+void style_apply(struct grid_cell *, struct options *,
+ const char *);
+void style_apply_update(struct grid_cell *, struct options *,
+ const char *);
#endif /* TMUX_H */