diff options
| author | iamcheeseman <[email protected]> | 2026-04-14 19:36:08 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-14 19:36:08 -0400 |
| commit | 1e41d4ef8b56b3b1f070dc26a18491d15f04c355 (patch) | |
| tree | a7652f6ca86ea992a4ac5c67e76ef421b60cec63 /uscript/vm.c | |
| parent | 24e600e7c3ce6dab4c6c3f421e5d1ae35dc04bad (diff) | |
microscript: remove trailing whitespace
Diffstat (limited to 'uscript/vm.c')
| -rw-r--r-- | uscript/vm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uscript/vm.c b/uscript/vm.c index 18f1eaf..4064e12 100644 --- a/uscript/vm.c +++ b/uscript/vm.c @@ -167,7 +167,7 @@ void us_exec(struct us_func *func) vm.cf++; vm.cf->func = wrap_func(func); vm.cf->stackbot = vm.stacktop - func->proto->argc; - + for (int i = 0; i < da_len(func->proto->bytecode); i++) { #define read_byte() (func->proto->bytecode[++i]) #define read_short() \ |
