aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
authornicm <nicm>2016-12-09 21:39:27 +0000
committernicm <nicm>2016-12-09 21:39:27 +0000
commitbee95bf378ab45d4671fd086a4dd24b7259cf772 (patch)
tree506427d0c4c6a5645671c529b03520c3b46c6f32 /tty-term.c
parent2a7b4bb01710eab0b7819f3b80edaea636ada66f (diff)
downloadrtmux-bee95bf378ab45d4671fd086a4dd24b7259cf772.tar.gz
rtmux-bee95bf378ab45d4671fd086a4dd24b7259cf772.tar.bz2
rtmux-bee95bf378ab45d4671fd086a4dd24b7259cf772.zip
Spacing nits.
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty-term.c b/tty-term.c
index 2da8a8f5..654b926d 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -400,7 +400,7 @@ tty_term_find(char *name, int fd, char **cause)
term->name = xstrdup(name);
term->references = 1;
term->flags = 0;
- term->codes = xcalloc (tty_term_ncodes(), sizeof *term->codes);
+ term->codes = xcalloc(tty_term_ncodes(), sizeof *term->codes);
LIST_INSERT_HEAD(&tty_terms, term, entry);
/* Set up curses terminal. */