Clang format
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user