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 | |
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')
-rw-r--r-- | engines/sword25/gfx/renderobjectmanager.cpp | 2 | ||||
-rw-r--r-- | engines/sword25/util/pluto/pluto.cpp | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/engines/sword25/gfx/renderobjectmanager.cpp b/engines/sword25/gfx/renderobjectmanager.cpp index 4927b4c58e..8aeecad6b1 100644 --- a/engines/sword25/gfx/renderobjectmanager.cpp +++ b/engines/sword25/gfx/renderobjectmanager.cpp @@ -107,7 +107,7 @@ bool RenderObjectManager::render() { if (!_currQueue->exists(*it)) _uta->addRect((*it)._bbox); } - + // Add rectangles of objects which are different from the previous frame for (RenderObjectQueue::iterator it = _currQueue->begin(); it != _currQueue->end(); ++it) { if (!_prevQueue->exists(*it)) 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)); |