summaryrefslogtreecommitdiff
path: root/src/jit/instr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/instr.h')
-rw-r--r--src/jit/instr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jit/instr.h b/src/jit/instr.h
index 26245a0a69..c38f8d2073 100644
--- a/src/jit/instr.h
+++ b/src/jit/instr.h
@@ -7,7 +7,7 @@
#define _INSTR_H_
/*****************************************************************************/
-#define BAD_CODE 0x0BADC0DE // better not match a real encoding!
+#define BAD_CODE 0x0BADC0DE // better not match a real encoding!
/*****************************************************************************/
@@ -297,5 +297,5 @@ enum InstructionSet
// clang-format on
/*****************************************************************************/
-#endif//_INSTR_H_
+#endif //_INSTR_H_
/*****************************************************************************/