mirror of https://github.com/zeldaret/tmc.git
please clang-format, even if it has gone crazy
This commit is contained in:
parent
83d710a413
commit
758ec0722c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue