style: fix clang-format
This commit is contained in:
parent
7486576fa7
commit
13bc7e1e14
9 changed files with 19 additions and 30 deletions
|
|
@ -40,8 +40,7 @@
|
|||
|
||||
#define STICKS(a, b) abs((a) - (b)) < 2
|
||||
|
||||
#define HYPRATOM(name) \
|
||||
{ name, 0 }
|
||||
#define HYPRATOM(name) {name, 0}
|
||||
|
||||
#define RASSERT(expr, reason, ...) \
|
||||
if (!(expr)) { \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue