summaryrefslogtreecommitdiff
path: root/src/jit/smdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/smdata.cpp')
-rw-r--r--src/jit/smdata.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/jit/smdata.cpp b/src/jit/smdata.cpp
index 8cf86e59c1..9fe00d4984 100644
--- a/src/jit/smdata.cpp
+++ b/src/jit/smdata.cpp
@@ -4,8 +4,8 @@
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//
-// Automatically generated code. DO NOT MODIFY!
-// To generate this file. Do "smgen.exe > SMData.cpp"
+// Automatically generated code. DO NOT MODIFY!
+// To generate this file. Do "smgen.exe > SMData.cpp"
//
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -270,9 +270,9 @@ const SMState g_SMStates[] =
};
// clang-format on
-static_assert_no_msg(NUM_SM_STATES == sizeof(g_SMStates)/sizeof(g_SMStates[0]));
+static_assert_no_msg(NUM_SM_STATES == sizeof(g_SMStates) / sizeof(g_SMStates[0]));
-const SMState * gp_SMStates = g_SMStates;
+const SMState* gp_SMStates = g_SMStates;
//
// JumpTableCells in the state machine
@@ -702,5 +702,4 @@ const JumpTableCell g_SMJumpTableCells[] =
};
// clang-format on
-const JumpTableCell * gp_SMJumpTableCells = g_SMJumpTableCells;
-
+const JumpTableCell* gp_SMJumpTableCells = g_SMJumpTableCells;