From 9c2cdc2c1c07d2a9f487843206e6e7b3ac1f69b7 Mon Sep 17 00:00:00 2001 From: dahall Date: Mon, 4 May 2020 10:55:58 -0600 Subject: [PATCH] Fixed spacing --- PInvoke/Shared/WinError/Win32Error.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PInvoke/Shared/WinError/Win32Error.cs b/PInvoke/Shared/WinError/Win32Error.cs index e597f931..cde156e2 100644 --- a/PInvoke/Shared/WinError/Win32Error.cs +++ b/PInvoke/Shared/WinError/Win32Error.cs @@ -159,6 +159,7 @@ namespace Vanara.PInvoke /// Returns a hash code for this instance. /// A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. public override int GetHashCode() => unchecked((int)value); + /// Throws if failed. /// The message. ///