Skip to content

Commit 8d50a08

Browse files
committed
chore: format code
1 parent 028bd26 commit 8d50a08

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
typedef uint8_t u8;
1111
typedef uint32_t u32;
1212

13-
// #define DEBUG_PRINT_CODE
13+
#define DEBUG_PRINT_CODE
1414
#define DEBUG_TRACE_EXECUTION
1515

1616
#endif

src/compiler.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ typedef struct
6363
} Compiler;
6464

6565
static bool immutable_globals[UINT8_MAX];
66+
6667
Parser parser;
6768
Compiler* current;
6869
Chunk* compiling_chunk;

0 commit comments

Comments
 (0)