ALL: Fix whitespaces / indention
svn-id: r55818
This commit is contained in:
parent
377b4c67d9
commit
2d1c8a3533
50 changed files with 78 additions and 70 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue