diff options
author | Filippos Karapetis | 2014-10-28 16:13:07 +0200 |
---|---|---|
committer | Filippos Karapetis | 2014-10-28 16:13:07 +0200 |
commit | e938ddcef7f40027ea3d2bae3e71730d8f74eb4b (patch) | |
tree | 28bf9e12379be377ade1a9f1e7c51eb0deffb0e7 /engines/sword25/util/pluto | |
parent | eed9da3ea29324617ae4367569bc7cea1f16d902 (diff) | |
download | scummvm-rg350-e938ddcef7f40027ea3d2bae3e71730d8f74eb4b.tar.gz scummvm-rg350-e938ddcef7f40027ea3d2bae3e71730d8f74eb4b.tar.bz2 scummvm-rg350-e938ddcef7f40027ea3d2bae3e71730d8f74eb4b.zip |
SWORD25: Remove trailing whitespace
Diffstat (limited to 'engines/sword25/util/pluto')
-rw-r--r-- | engines/sword25/util/pluto/pluto.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sword25/util/pluto/pluto.cpp b/engines/sword25/util/pluto/pluto.cpp index 78b0a815e8..cbe16b0d5b 100644 --- a/engines/sword25/util/pluto/pluto.cpp +++ b/engines/sword25/util/pluto/pluto.cpp @@ -325,7 +325,7 @@ static void persisttable(PersistInfo *pi) #ifdef TOTEXT printf("persisttable\n"); #endif - + /* perms reftbl ... tbl */ lua_checkstack(pi->L, 3); if(persistspecialobject(pi, 1)) { @@ -1192,7 +1192,7 @@ int persist_l(lua_State *L) wi.buf = NULL; wi.buflen = 0; - + lua_settop(L, 2); /* perms? rootobj? */ luaL_checktype(L, 1, LUA_TTABLE); @@ -1750,7 +1750,7 @@ static void unpersistthread(int ref, UnpersistInfo *upi) #else verify(LIF(Z,read)(&upi->zio, &L2->errfunc, sizeof(ptrdiff_t)) == 0); #endif - + //read_size(&upi->zio, (size_t *)&L2->errfunc); L2->base = L2->stack + stackbase; L2->top = L2->stack + stacktop; @@ -2045,7 +2045,7 @@ int unpersist_l(lua_State *L) int version_l(lua_State *L) { const char *version = VERSION; - + lua_settop(L, 0); /* (empty) */ lua_pushlstring(L, version, strlen(version)); |