PSP: Fix bad indentation

This commit is contained in:
Colin Snover 2017-10-28 15:27:09 -05:00 committed by Eugene Sandulenko
parent e49e34eede
commit 7016c86d53

View file

@ -109,7 +109,7 @@ private:
while (shorts--) {
*dst16++ = format.swapRedBlue16(*src16++);
}
}
}
public:
static void fastSwap(byte *dst, const byte *src, uint32 bytes, PSPPixelFormat &format) {