SWORD25: Remove trailing whitespace

This commit is contained in:
Filippos Karapetis 2014-10-28 16:13:07 +02:00
parent eed9da3ea2
commit e938ddcef7
2 changed files with 5 additions and 5 deletions

View File

@ -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))

View File

@ -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));