JANITORIAL: Remove trailing whitespace

This commit is contained in:
Sven Hesse 2013-07-14 19:01:47 +02:00
parent 6e4217e1ba
commit 989ea7cb56
137 changed files with 1279 additions and 1279 deletions

View file

@ -3216,7 +3216,7 @@ void Visage::flipVertical(GfxSurface &gfxSurface) {
// Flip the lines1
byte *line1P = (byte *)s.getBasePtr(0, y);
byte *line2P = (byte *)s.getBasePtr(0, s.h - y - 1);
for (int x = 0; x < s.w; ++x)
SWAP(line1P[x], line2P[x]);
}