fix formatting

pull/7380/head
Emmanuel Hansen 2024-09-30 17:48:54 +00:00
parent b731bc35ae
commit aaa266dba1
1 changed files with 1 additions and 1 deletions

View File

@ -1086,7 +1086,7 @@ namespace ARMeilleure.Instructions
{ {
return FPMaxFpscrImpl(value1, value2, standardFpscr == 1); return FPMaxFpscrImpl(value1, value2, standardFpscr == 1);
} }
private static float FPMaxFpscrImpl(float value1, float value2, bool standardFpscr) private static float FPMaxFpscrImpl(float value1, float value2, bool standardFpscr)
{ {
ExecutionContext context = NativeInterface.GetContext(); ExecutionContext context = NativeInterface.GetContext();