mirror of
https://github.com/zeldaret/tmc
synced 2026-06-24 01:31:39 -04:00
please clang-format, even if it has gone crazy
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user