mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Unnecessary whitespace removal.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user