Fix spacing

This commit is contained in:
svc64 2023-08-05 15:02:36 +03:00
parent a6cbb89996
commit a366890cb5
1 changed files with 1 additions and 1 deletions

View File

@ -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;