From bee95bf378ab45d4671fd086a4dd24b7259cf772 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 9 Dec 2016 21:39:27 +0000 Subject: Spacing nits. --- tty-term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tty-term.c') 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. */ -- cgit