summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Panzlaff <michael.panzlaff@fau.de>2020-12-12 13:19:08 +0100
committerMichael Panzlaff <michael.panzlaff@fau.de>2020-12-12 13:19:08 +0100
commiteaff64e223d88e20134392a1058faa4edc74f200 (patch)
tree51b9aadb35c5063dfe9def2c79f46c4c39ca9465 /src
parent91ccf9e34328d5d47f98172051a6460223249b40 (diff)
remove trailing spaces
Diffstat (limited to 'src')
-rw-r--r--src/m4a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m4a.c b/src/m4a.c
index 99feeadd7..e079ba4f6 100644
--- a/src/m4a.c
+++ b/src/m4a.c
@@ -1188,7 +1188,7 @@ void CgbSound(void)
}
/* 4. apply envelope & volume to HW registers */
- if (channels->modify & CGB_CHANNEL_MO_VOL )
+ if (channels->modify & CGB_CHANNEL_MO_VOL)
{
REG_NR51 = (REG_NR51 & ~channels->panMask) | channels->pan;
if (ch == 3)