diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-09 14:41:53 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-09 14:41:53 +0200 |
commit | 5fadc0cbb8577c61d66bd6f19ceaf0507c11e23b (patch) | |
tree | 684758441f5b431d0008253243034b6a4a29417c /include/byte.h | |
parent | 249866e3d1e11dc72eaa1305f4bb479ded92ef38 (diff) |
initial clang-format
Diffstat (limited to 'include/byte.h')
-rw-r--r-- | include/byte.h | 2 |
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 |