From a366890cb5c7788a84e68ca23c1abca964313ed9 Mon Sep 17 00:00:00 2001 From: svc64 Date: Sat, 5 Aug 2023 15:02:36 +0300 Subject: [PATCH] Fix spacing --- src/ARMeilleure/Optimizations.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ARMeilleure/Optimizations.cs b/src/ARMeilleure/Optimizations.cs index 3cc8acc8d..aaae7a39a 100644 --- a/src/ARMeilleure/Optimizations.cs +++ b/src/ARMeilleure/Optimizations.cs @@ -9,7 +9,7 @@ namespace ARMeilleure public static bool AllowLcqInFunctionTable { get; set; } = true; public static bool UseUnmanagedDispatchLoop { get; set; } = true; - public static bool EnableDebugging { get; set; } = false; + public static bool EnableDebugging { get; set; } = false; public static bool UseAdvSimdIfAvailable { get; set; } = true; public static bool UseArm64AesIfAvailable { get; set; } = true;