style: fix clang-format

This commit is contained in:
Vaxry
2024-07-13 12:36:29 +02:00
parent 7486576fa7
commit 13bc7e1e14
9 changed files with 19 additions and 30 deletions

View File

@@ -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)) { \