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

@ -3122,7 +3122,7 @@ StripTable *GdiV2::generateStripTable(const byte *src, int width, int height, St
// Decode the graphics strips, and memorize the run/color values
// as well as the byte offset.
for (x = 0 ; x < width; x++) {
for (x = 0; x < width; x++) {
if ((x % 8) == 0) {
assert(x / 8 < 160);