Add clang-format configuration

This commit is contained in:
2021-10-30 00:40:15 +02:00
parent 28f36f6087
commit ada863925f
2 changed files with 33 additions and 1 deletions

2
hex.c
View File

@@ -81,7 +81,7 @@ enum
static void
update_curses_terminal_size (void)
{
#if defined (HAVE_RESIZETERM) && defined (TIOCGWINSZ)
#if defined HAVE_RESIZETERM && defined TIOCGWINSZ
struct winsize size;
if (!ioctl (STDOUT_FILENO, TIOCGWINSZ, (char *) &size))
{