From aaa266dba1940254cf362a1eba49f89c6eeea62a Mon Sep 17 00:00:00 2001 From: Emmanuel Hansen Date: Mon, 30 Sep 2024 17:48:54 +0000 Subject: [PATCH] fix formatting --- src/ARMeilleure/Instructions/SoftFloat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ARMeilleure/Instructions/SoftFloat.cs b/src/ARMeilleure/Instructions/SoftFloat.cs index 7895ca1dc..a50160cca 100644 --- a/src/ARMeilleure/Instructions/SoftFloat.cs +++ b/src/ARMeilleure/Instructions/SoftFloat.cs @@ -1086,7 +1086,7 @@ namespace ARMeilleure.Instructions { return FPMaxFpscrImpl(value1, value2, standardFpscr == 1); } - + private static float FPMaxFpscrImpl(float value1, float value2, bool standardFpscr) { ExecutionContext context = NativeInterface.GetContext();