fixed identation

This commit is contained in:
luca salmin 2022-03-08 14:11:47 +01:00
parent 904ce427d0
commit 3832d245bf

View file

@ -77,7 +77,7 @@
if (LUAU_UNLIKELY(!!interrupt)) \
{ /* the interrupt hook is called right before we advance pc */ \
VM_PROTECT(L->ci->savedpc++; interrupt(L, -1)); \
if (L->status != 0) \
if (L->status != 0) \
{ \
L->ci->savedpc--; \
goto exit; \