summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gen-s-parser.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gen-s-parser.inc b/src/gen-s-parser.inc
index c9daba100..a27de9041 100644
--- a/src/gen-s-parser.inc
+++ b/src/gen-s-parser.inc
@@ -1,5 +1,7 @@
// DO NOT EDIT! This file generated by scripts/gen-s-parser.py
+// clang-format off
+
#ifdef INSTRUCTION_PARSER
#undef INSTRUCTION_PARSER
char op[27] = {'\0'};
@@ -2260,3 +2262,5 @@ switch (op[0]) {
parse_error:
throw ParseException(std::string(op));
#endif // INSTRUCTION_PARSER
+
+// clang-format on