Run clang-format

This commit is contained in:
Rangi42
2024-09-25 13:15:58 -04:00
parent 7c74653aa1
commit 8037b9e10a
4 changed files with 8 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ std::unordered_map<std::string, Symbol> symbols;
std::unordered_set<std::string> purgedSymbols;
static Symbol const *globalScope = nullptr; // Current section's global label scope
static Symbol const *localScope = nullptr; // Current section's local label scope
static Symbol const *localScope = nullptr; // Current section's local label scope
static Symbol *PCSymbol;
static Symbol *NARGSymbol;
static Symbol *globalScopeSymbol;