Clang format

This commit is contained in:
Krzosa Karol
2023-03-28 21:16:10 +02:00
parent f53d5dd1f2
commit 5495f96b3b
25 changed files with 9886 additions and 9989 deletions

View File

@@ -1,11 +1,10 @@
struct Token;
#include <inttypes.h>
enum CmpRes
{
CMP_LT,
CMP_GT,
CMP_EQ,
enum CmpRes {
CMP_LT,
CMP_GT,
CMP_EQ,
};
#define malloc_arena(x) allocate_size(bigint_allocator, x)