aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Memory/WindowsShared/WindowsApiException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Memory/WindowsShared/WindowsApiException.cs')
-rw-r--r--src/Ryujinx.Memory/WindowsShared/WindowsApiException.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Memory/WindowsShared/WindowsApiException.cs b/src/Ryujinx.Memory/WindowsShared/WindowsApiException.cs
index 330c1842..308006ab 100644
--- a/src/Ryujinx.Memory/WindowsShared/WindowsApiException.cs
+++ b/src/Ryujinx.Memory/WindowsShared/WindowsApiException.cs
@@ -23,4 +23,4 @@ namespace Ryujinx.Memory.WindowsShared
return $"{functionName} returned error code 0x{WindowsApi.GetLastError():X}.";
}
}
-} \ No newline at end of file
+}