Auto-format

This commit is contained in:
Gabriel A 2023-12-24 12:34:01 -03:00
parent cee2e2f600
commit 5b6893b1ed
97 changed files with 1787 additions and 1786 deletions

View file

@ -116,7 +116,8 @@ namespace Ryujinx.Cpu.LightningJit.Arm32.Target.Arm64
public static uint GetShiftRight(uint imm6, uint size)
{
return (size == 3 ? 64u : (16u << (int)size)) - imm6;;
return (size == 3 ? 64u : (16u << (int)size)) - imm6;
;
}
}
}
}