summaryrefslogtreecommitdiff
path: root/include/byte.h
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-09 14:41:53 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-09 14:41:53 +0200
commit5fadc0cbb8577c61d66bd6f19ceaf0507c11e23b (patch)
tree684758441f5b431d0008253243034b6a4a29417c /include/byte.h
parent249866e3d1e11dc72eaa1305f4bb479ded92ef38 (diff)
initial clang-format
Diffstat (limited to 'include/byte.h')
-rw-r--r--include/byte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/byte.h b/include/byte.h
index f437341..04337e8 100644
--- a/include/byte.h
+++ b/include/byte.h
@@ -16,6 +16,6 @@ extern int byte_diff();
extern void byte_zero();
extern void byte_fill();
-#define byte_equal(s,n,t) (!byte_diff((s),(n),(t)))
+#define byte_equal(s, n, t) (!byte_diff((s), (n), (t)))
#endif