aboutsummaryrefslogtreecommitdiff
path: root/hex.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-30 00:40:15 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-30 02:59:09 +0200
commitada863925f29a93c437d1e59e19b6159ed2d5210 (patch)
tree845d2113a85eddfda08f76628e287518038e1077 /hex.c
parent28f36f6087eb1ffcff7282ad22b3c84db91da816 (diff)
downloadhex-ada863925f29a93c437d1e59e19b6159ed2d5210.tar.gz
hex-ada863925f29a93c437d1e59e19b6159ed2d5210.tar.xz
hex-ada863925f29a93c437d1e59e19b6159ed2d5210.zip
Add clang-format configuration
Diffstat (limited to 'hex.c')
-rw-r--r--hex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hex.c b/hex.c
index afc14db..116544f 100644
--- a/hex.c
+++ b/hex.c
@@ -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))
{