REFACTOR: Unnecessary whitespace removal.

This commit is contained in:
2017-12-21 07:36:47 +00:00
parent 422f80805a
commit 35ce7db892
36 changed files with 443 additions and 443 deletions

View File

@@ -49,7 +49,7 @@ namespace DiscImageChef.DiscImages
struct VhdxIdentifier
{
/// <summary>
/// Signature, <see cref="Vhdx.VHDX_SIGNATURE"/>
/// Signature, <see cref="Vhdx.VHDX_SIGNATURE"/>
/// </summary>
public ulong signature;
/// <summary>
@@ -61,7 +61,7 @@ namespace DiscImageChef.DiscImages
struct VhdxHeader
{
/// <summary>
/// Signature, <see cref="Vhdx.VHDX_HEADER_SIG"/>
/// Signature, <see cref="Vhdx.VHDX_HEADER_SIG"/>
/// </summary>
public uint Signature;
/// <summary>
@@ -107,7 +107,7 @@ namespace DiscImageChef.DiscImages
struct VhdxRegionTableHeader
{
/// <summary>
/// Signature, <see cref="Vhdx.VHDX_REGION_SIG"/>
/// Signature, <see cref="Vhdx.VHDX_REGION_SIG"/>
/// </summary>
public uint signature;
/// <summary>