Fixed the spacing in the symbole table files t#NONE

This commit is contained in:
Meyer Simon
2025-03-09 15:19:15 -04:00
parent 072182dbbc
commit e8b0af1213
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,6 @@ typedef struct ListOfTable {
struct SymbolTable* table;
// struct ListOfTable* prev;
struct ListOfTable* next;
} ListOfTable;
typedef struct TableNode {