JANITORIAL: Remove trailing whitespace
This commit is contained in:
parent
6e4217e1ba
commit
989ea7cb56
137 changed files with 1279 additions and 1279 deletions
|
@ -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]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue