PSP: Fix bad indentation
This commit is contained in:
parent
e49e34eede
commit
7016c86d53
1 changed files with 5 additions and 5 deletions
|
@ -109,7 +109,7 @@ private:
|
||||||
while (shorts--) {
|
while (shorts--) {
|
||||||
*dst16++ = format.swapRedBlue16(*src16++);
|
*dst16++ = format.swapRedBlue16(*src16++);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static void fastSwap(byte *dst, const byte *src, uint32 bytes, PSPPixelFormat &format) {
|
static void fastSwap(byte *dst, const byte *src, uint32 bytes, PSPPixelFormat &format) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue