From 758ec0722cee29ff94c415575a27ad5f5aea344d Mon Sep 17 00:00:00 2001 From: Henny022p Date: Wed, 2 Aug 2023 22:34:46 +0200 Subject: [PATCH] please clang-format, even if it has gone crazy --- include/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/global.h b/include/global.h index 423af161..3cd7c1d0 100644 --- a/include/global.h +++ b/include/global.h @@ -150,6 +150,6 @@ struct Entity_; */ #define BIT(bit) (1 << (bit)) -#define IS_BIT_SET(value, bit) ((value) & BIT(bit)) +#define IS_BIT_SET(value, bit) ((value)&BIT(bit)) #endif // GLOBAL_H