From d589be6c65c7295880bb84cd875baab2f77d5067 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 20 Aug 2021 20:08:30 +0000 Subject: A couple more spacing fixes. --- format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'format.c') diff --git a/format.c b/format.c index ebfe628c..8202a256 100644 --- a/format.c +++ b/format.c @@ -2085,7 +2085,7 @@ static void * format_cb_session_windows(struct format_tree *ft) { if (ft->s != NULL) - return (format_printf ("%u", winlink_count(&ft->s->windows))); + return (format_printf("%u", winlink_count(&ft->s->windows))); return (NULL); } -- cgit