please clang-format, even if it has gone crazy

This commit is contained in:
Henny022p 2023-08-02 22:34:46 +02:00
parent 83d710a413
commit 758ec0722c
1 changed files with 1 additions and 1 deletions

View File

@ -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