Run clang-format to fix some inconsistent style

This commit is contained in:
Rangi42
2024-03-07 10:22:40 -05:00
parent 84bedc7bbe
commit bf45ebb178
4 changed files with 9 additions and 8 deletions

View File

@@ -9,10 +9,10 @@
#include <variant>
#include <vector>
#include "asm/symbol.hpp" // MAXSYMLEN
#include "platform.hpp" // SSIZE_MAX
#include "asm/symbol.hpp" // MAXSYMLEN
#define MAXSTRLEN 255
#define LEXER_BUF_SIZE 42 // TODO: determine a sane value for this