fixed identation

This commit is contained in:
Luca Salmin 2022-03-08 14:17:24 +01:00 committed by GitHub
parent 3832d245bf
commit 8164136dc7
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

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; \