Fixed spacing

pull/119/head
dahall 2020-05-04 10:55:58 -06:00
parent d6a7e5f4aa
commit 9c2cdc2c1c
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ namespace Vanara.PInvoke
/// <summary>Returns a hash code for this instance.</summary>
/// <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns>
public override int GetHashCode() => unchecked((int)value);
/// <summary>Throws if failed.</summary>
/// <param name="message">The message.</param>
/// <exception cref="Win32Exception"></exception>