formatting changes

This commit is contained in:
2023-05-28 00:03:50 -05:00
committed by cpunch
parent bc6eb9b6dc
commit 4ed1c79b50
3 changed files with 37 additions and 30 deletions

View File

@@ -31,7 +31,8 @@ COSMO_API void cosmo_insert(CState *state, int indx, CValue val)
state->top++;
}
COSMO_API bool cosmoV_undump(CState *state, cosmo_Reader reader, const void *ud) {
COSMO_API bool cosmoV_undump(CState *state, cosmo_Reader reader, const void *ud)
{
CObjFunction *func;
if (cosmoD_undump(state, reader, ud, &func)) {