Core: Remove trailing whitespace from all files

This commit is contained in:
TellowKrinkle
2022-09-16 00:52:28 -05:00
committed by tellowkrinkle
parent 09c41b6e20
commit 738c8cb630
187 changed files with 648 additions and 648 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ void PMFHL() {
case 0x02: // SLW
{
s64 TempS64 = ((u64)cpuRegs.HI.UL[0] << 32) | (u64)cpuRegs.LO.UL[0];
if (TempS64 >= 0x000000007fffffffLL) {
cpuRegs.GPR.r[_Rd_].UD[0] = 0x000000007fffffffLL;
} else if (TempS64 <= -0x80000000LL) {