From 6f23e2c2117925aa743155c3fd515144177efbbf Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 27 Nov 2003 07:34:19 +0000 Subject: Mostly whitespace changes, but also a few modifications to the still experimental resource dumping code. svn-id: r11382 --- sword2/memory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sword2/memory.cpp') diff --git a/sword2/memory.cpp b/sword2/memory.cpp index e23f8eb402..626764857a 100644 --- a/sword2/memory.cpp +++ b/sword2/memory.cpp @@ -372,8 +372,8 @@ int32 MemoryManager::defragMemory(uint32 req_size) { // block // memcpy(_memList[cur_block].ad, _memList[child].ad, _memList[child].size); - a = (uint32*) _memList[cur_block].ad; - b = (uint32*) _memList[child].ad; + a = (uint32 *) _memList[cur_block].ad; + b = (uint32 *) _memList[child].ad; for (j = 0; j < _memList[child].size / 4; j++) *(a++) = *(b++); -- cgit v1.2.3