ALL: Fix whitespaces / indention

svn-id: r55818
This commit is contained in:
Max Horn 2011-02-07 23:01:06 +00:00
parent 377b4c67d9
commit 2d1c8a3533
50 changed files with 78 additions and 70 deletions

View file

@ -103,7 +103,7 @@ void SpritesMgr::blitPixel(uint8 *p, uint8 *end, uint8 col, int spr, int width,
uint8 *p1;
// Yes, get effective priority going down
for (p1 = p; p1 < end && (epr = *p1 & 0xf0) < 0x30; p1 += width)
;
;
if (p1 >= end)
epr = 0x40;
} else {