[change] 修正RuntimeApi.cs文件某些代码的缩进问题

main
walon 2023-07-07 21:38:38 +08:00
parent bec8c84c56
commit a71153d414
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ namespace HybridCLR
{
}
#else
#else
[DllImport(dllName, EntryPoint = "RuntimeApi_SetInterpreterThreadObjectStackSize")]
public static extern void SetInterpreterThreadObjectStackSize(int size);
#endif
@ -103,7 +103,7 @@ namespace HybridCLR
{
}
#else
#else
[DllImport(dllName, EntryPoint = "RuntimeApi_SetInterpreterThreadFrameStackSize")]
public static extern void SetInterpreterThreadFrameStackSize(int size);
#endif