Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.Interop/src/InteropExtensions/InteropExtensions.cs')
-rw-r--r--src/System.Private.Interop/src/InteropExtensions/InteropExtensions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.Interop/src/InteropExtensions/InteropExtensions.cs b/src/System.Private.Interop/src/InteropExtensions/InteropExtensions.cs
index 93c46d95b..1b6d888d8 100644
--- a/src/System.Private.Interop/src/InteropExtensions/InteropExtensions.cs
+++ b/src/System.Private.Interop/src/InteropExtensions/InteropExtensions.cs
@@ -374,7 +374,7 @@ namespace System.Runtime.InteropServices
{
throw new NotSupportedException("RuntimeHandleCompareExchangeVariableType");
}
-
+
public static void SetExceptionErrorCode(Exception exception, int hr)
{
throw new NotSupportedException("SetExceptionErrorCode");