whitespace

This commit is contained in:
Kurausukun 2020-11-26 01:35:08 -05:00 committed by GitHub
parent 94cbd3ff1b
commit 54becd2303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2039,7 +2039,7 @@ void sub_819A080(const struct Bitmap *src, struct Bitmap *dst, u16 srcX, u16 src
pixelsSrc = src->pixels + ((loopSrcX >> 1) & 3) + ((loopSrcX >> 3) << 5) + (((loopSrcY >> 3) * multiplierSrcY) << 5) + ((u32)(loopSrcY << 0x1d) >> 0x1B);
pixelsDst = (void*) dst->pixels + ((loopDstX >> 1) & 3) + ((loopDstX >> 3) << 5) + ((( loopDstY >> 3) * multiplierDstY) << 5) + ((u32)(loopDstY << 0x1d) >> 0x1B);
if ((uintptr_t )pixelsDst & 0x1)
if ((uintptr_t)pixelsDst & 0x1)
{
pixelsDst--;
if (loopDstX & 0x1)