mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
fixed identation
This commit is contained in:
parent
3832d245bf
commit
8164136dc7
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Add table
Reference in a new issue