]> Nishi Git Mirror - gwion.git/commitdiff
:shirt: Fix spacing
authorfennecdjay <astor.jeremie@wanadoo.fr>
Mon, 18 Mar 2019 13:44:58 +0000 (14:44 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Mon, 18 Mar 2019 13:44:58 +0000 (14:44 +0100)
src/vm/vm.c

index 6de108cb1d3f0572bb5040dc21a84334bf55ca4e..c78f51e9553ccba2ae725654884b4b0b3210db84 100644 (file)
@@ -645,8 +645,8 @@ initloop:
   (*(m_uint*)instr->m_val) = labs(*(m_int*)reg);
   DISPATCH()
 arraytop:
-    if(*(m_uint*)(reg - SZ_INT * 2) < *(m_uint*)(reg-SZ_INT))
-      goto newobj;
+  if(*(m_uint*)(reg - SZ_INT * 2) < *(m_uint*)(reg-SZ_INT))
+    goto newobj;
   else
     goto _goto;
 newobj: