Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
svn-id: r44495
This commit is contained in:
parent
25dde91c7c
commit
8ba75fc522
90 changed files with 694 additions and 709 deletions
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
#include "common/system.h"
|
||||
|
||||
#include "graphics/cursorman.h"
|
||||
|
@ -245,7 +244,7 @@ void Mouse::createPointer(uint32 ptrId, uint32 luggageId) {
|
|||
if (luggSrc[cntx])
|
||||
dstData[cntx] = luggSrc[cntx];
|
||||
|
||||
if(SwordEngine::isPsx()) {
|
||||
if (SwordEngine::isPsx()) {
|
||||
dstData += resSizeX;
|
||||
for (uint32 cntx = 0; cntx < luggSizeX; cntx++)
|
||||
if (luggSrc[cntx])
|
||||
|
@ -267,7 +266,7 @@ void Mouse::createPointer(uint32 ptrId, uint32 luggageId) {
|
|||
if (srcData[cntx])
|
||||
dstData[cntx] = srcData[cntx];
|
||||
|
||||
if(SwordEngine::isPsx()) {
|
||||
if (SwordEngine::isPsx()) {
|
||||
dstData +=resSizeX;
|
||||
for (uint32 cntx = 0; cntx < ptrSizeX; cntx++)
|
||||
if (srcData[cntx])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue