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

@@ -122,7 +122,7 @@ namespace DiscImageChef.DiscImages
/// </summary>
public uint flags;
/// <summary>
/// Compression algorithm, <see cref="ChdCompression"/>
/// Compression algorithm, <see cref="ChdCompression"/>
/// </summary>
public uint compression;
/// <summary>
@@ -176,7 +176,7 @@ namespace DiscImageChef.DiscImages
/// </summary>
public uint flags;
/// <summary>
/// Compression algorithm, <see cref="ChdCompression"/>
/// Compression algorithm, <see cref="ChdCompression"/>
/// </summary>
public uint compression;
/// <summary>
@@ -233,7 +233,7 @@ namespace DiscImageChef.DiscImages
/// </summary>
public uint flags;
/// <summary>
/// Compression algorithm, <see cref="ChdCompression"/>
/// Compression algorithm, <see cref="ChdCompression"/>
/// </summary>
public uint compression;
/// <summary>
@@ -326,7 +326,7 @@ namespace DiscImageChef.DiscImages
/// </summary>
public uint flags;
/// <summary>
/// Compression algorithm, <see cref="ChdCompression"/>
/// Compression algorithm, <see cref="ChdCompression"/>
/// </summary>
public uint compression;
/// <summary>

View File

@@ -66,7 +66,7 @@ namespace DiscImageChef.DiscImages
struct ParallelsHeader
{
/// <summary>
/// Magic, <see cref="Parallels.parallelsMagic"/> or <see cref="Parallels.parallelsExtMagic"/>
/// Magic, <see cref="Parallels.parallelsMagic"/> or <see cref="Parallels.parallelsExtMagic"/>
/// </summary>
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 16)] public byte[] magic;
/// <summary>

View File

@@ -65,7 +65,7 @@ namespace DiscImageChef.DiscImages
struct QCowHeader
{
/// <summary>
/// <see cref="Qcow.QCOW_MAGIC"/>
/// <see cref="Qcow.QCOW_MAGIC"/>
/// </summary>
public uint magic;
/// <summary>
@@ -77,7 +77,7 @@ namespace DiscImageChef.DiscImages
/// </summary>
public ulong backing_file_offset;
/// <summary>
/// Size of <see cref="backing_file_offset"/>
/// Size of <see cref="backing_file_offset"/>
/// </summary>
public uint backing_file_size;
/// <summary>

View File

@@ -80,7 +80,7 @@ namespace DiscImageChef.DiscImages
struct QCow2Header
{
/// <summary>
/// <see cref="Qcow2.QCOW_MAGIC"/>
/// <see cref="Qcow2.QCOW_MAGIC"/>
/// </summary>
public uint magic;
/// <summary>
@@ -92,7 +92,7 @@ namespace DiscImageChef.DiscImages
/// </summary>
public ulong backing_file_offset;
/// <summary>
/// Size of <see cref="backing_file_offset"/>
/// Size of <see cref="backing_file_offset"/>
/// </summary>
public uint backing_file_size;
/// <summary>

View File

@@ -77,7 +77,7 @@ namespace DiscImageChef.DiscImages
struct QedHeader
{
/// <summary>
/// <see cref="Qed.QED_MAGIC"/>
/// <see cref="Qed.QED_MAGIC"/>
/// </summary>
public uint magic;
/// <summary>
@@ -117,7 +117,7 @@ namespace DiscImageChef.DiscImages
/// </summary>
public ulong backing_file_offset;
/// <summary>
/// Size of <see cref="backing_file_offset"/>
/// Size of <see cref="backing_file_offset"/>
/// </summary>
public uint backing_file_size;
}

View File

@@ -55,7 +55,7 @@ namespace DiscImageChef.DiscImages
struct HardDiskFooter
{
/// <summary>
/// Offset 0x00, File magic number, <see cref="Vhd.IMAGE_COOKIE"/>
/// Offset 0x00, File magic number, <see cref="Vhd.IMAGE_COOKIE"/>
/// </summary>
public ulong Cookie;
/// <summary>
@@ -150,7 +150,7 @@ namespace DiscImageChef.DiscImages
struct DynamicDiskHeader
{
/// <summary>
/// Offset 0x00, Header magic, <see cref="Vhd.DYNAMIC_COOKIE"/>
/// Offset 0x00, Header magic, <see cref="Vhd.DYNAMIC_COOKIE"/>
/// </summary>
public ulong Cookie;
/// <summary>
@@ -196,7 +196,7 @@ namespace DiscImageChef.DiscImages
/// </summary>
public string ParentName;
/// <summary>
/// Offset 0x240, Parent disk image locator entry, <see cref="ParentLocatorEntry"/>
/// Offset 0x240, Parent disk image locator entry, <see cref="ParentLocatorEntry"/>
/// </summary>
public ParentLocatorEntry[] LocatorEntries;
/// <summary>

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>