From 3959693f798efbba53593102e28a3fd00146ed6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 30 Oct 2021 02:02:54 +0200 Subject: Add clang-format configuration, clean up --- autistdraw.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'autistdraw.c') diff --git a/autistdraw.c b/autistdraw.c index 4066362..472f630 100644 --- a/autistdraw.c +++ b/autistdraw.c @@ -972,7 +972,7 @@ on_winch (EV_P_ ev_signal *handle, int revents) (void) handle; (void) revents; -#if defined (HAVE_RESIZETERM) && defined (TIOCGWINSZ) +#if defined HAVE_RESIZETERM && defined TIOCGWINSZ struct winsize size; if (!ioctl (STDOUT_FILENO, TIOCGWINSZ, (char *) &size)) { @@ -1605,4 +1605,3 @@ main (int argc, char *argv[]) ev_loop_destroy (loop); return 0; } - -- cgit v1.2.3