aboutsummaryrefslogtreecommitdiff
path: root/chad
diff options
context:
space:
mode:
authoranon2025-09-13 16:38:13 +0200
committeranon2025-09-13 16:38:13 +0200
commitfe22d180a95a5e3ed46af74dcdd901e005492874 (patch)
treeee1dc642f8161604acedb4bc0eddef7def7c3e59 /chad
parentc2b90a627b2376fcd934bb1c730dcc3ecc302bd9 (diff)
downloadlibchad-fe22d180a95a5e3ed46af74dcdd901e005492874.tar.xz
libchad-fe22d180a95a5e3ed46af74dcdd901e005492874.tar.zst
whitespacing
Diffstat (limited to 'chad')
-rw-r--r--chad/experimental/bits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chad/experimental/bits.h b/chad/experimental/bits.h
index d2834a8..6a27a5b 100644
--- a/chad/experimental/bits.h
+++ b/chad/experimental/bits.h
@@ -4,7 +4,7 @@
#include <stdbool.h>
#include <iso646>
-#define UNUSED(x) ((void)x)
+#define UNUSED(x) ((void)x)
#define MIN(x, y) (((x) < (y)) ? (x) : (y))
#define MAX(x, y) (((x) > (y)) ? (x) : (y))