aboutsummaryrefslogtreecommitdiffstats
path: root/vm_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_exec.h')
-rw-r--r--vm_exec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_exec.h b/vm_exec.h
index 410e3a5130..1c77f3746a 100644
--- a/vm_exec.h
+++ b/vm_exec.h
@@ -143,8 +143,8 @@ case BIN(insn):
#define INSN_DISPATCH() \
- while(1){ \
- switch(GET_CURRENT_INSN()){
+ while (1) { \
+ switch (GET_CURRENT_INSN()) {
#define END_INSNS_DISPATCH() \
default: \