diff options
| author | Henny022p <info@henny022.de> | 2023-08-02 22:34:46 +0200 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2023-08-02 22:34:46 +0200 |
| commit | 758ec0722cee29ff94c415575a27ad5f5aea344d (patch) | |
| tree | 1f2b230d7973b8ceebee329b1d322d354b8fbd5d /include/global.h | |
| parent | 83d710a413d6a72117b32c35f7195e4e0dcab8d4 (diff) | |
please clang-format, even if it has gone crazy
Diffstat (limited to 'include/global.h')
| -rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
