summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKurausukun <lord.uber1@gmail.com>2020-11-26 01:35:08 -0500
committerGitHub <noreply@github.com>2020-11-26 01:35:08 -0500
commit54becd2303fa25db7e0db42525f44acc964c03e3 (patch)
treedafbecb6eb504fcf5edaf190303c7c3a5e9eb683 /src
parent94cbd3ff1b916d045663f3c7dab2268b75c9bde2 (diff)
whitespace
Diffstat (limited to 'src')
-rw-r--r--src/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.c b/src/menu.c
index 12bd71f33..4813f7b02 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -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)