summaryrefslogtreecommitdiff
path: root/src/jit/smopenum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/smopenum.h')
-rw-r--r--src/jit/smopenum.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/jit/smopenum.h b/src/jit/smopenum.h
index 53bf843584..978bbc2c3b 100644
--- a/src/jit/smopenum.h
+++ b/src/jit/smopenum.h
@@ -2,20 +2,16 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
-
#ifndef __smopenum_h__
#define __smopenum_h__
-typedef enum smopcode_t
-{
-#define SMOPDEF(smname,string) smname,
+typedef enum smopcode_t {
+#define SMOPDEF(smname, string) smname,
#include "smopcode.def"
-#undef SMOPDEF
-
- SM_COUNT, /* number of state machine opcodes */
-
-} SM_OPCODE;
+#undef SMOPDEF
-#endif /* __smopenum_h__ */
+ SM_COUNT, /* number of state machine opcodes */
+} SM_OPCODE;
+#endif /* __smopenum_h__ */