monor code touch-up

This commit is contained in:
hyunghwan.chung
2019-09-28 09:14:21 +00:00
parent 66be4b4d39
commit 19d480719e
5 changed files with 10 additions and 9 deletions

View File

@ -743,7 +743,7 @@ done:
else
{
moo_oop_t v;
v = moo_oowtoint (moo, ssz);
v = moo_oowtoint(moo, ssz);
if (!v) MOO_PF_FAILURE;
MOO_STACK_SETRET (moo, nargs, v);
}
@ -949,7 +949,7 @@ done:
else
{
moo_oop_t v;
v = moo_oowtoint (moo, ssz);
v = moo_oowtoint(moo, ssz);
if (!v) MOO_PF_FAILURE;
MOO_STACK_SETRET (moo, nargs, v);
}