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:
@@ -70,7 +70,7 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// </summary>
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 16)] public byte[] label;
|
||||
/// <summary>
|
||||
/// Checksum from <see cref="amiga"/> to <see cref="label"/>
|
||||
/// Checksum from <see cref="amiga"/> to <see cref="label"/>
|
||||
/// </summary>
|
||||
public uint headerChecksum;
|
||||
/// <summary>
|
||||
|
||||
@@ -126,7 +126,7 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// </summary>
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 3)] public byte[] prologue;
|
||||
/// <summary>
|
||||
/// Spare, usually <see cref="RawAddressField.sector"/>
|
||||
/// Spare, usually <see cref="RawAddressField.sector"/>
|
||||
/// </summary>
|
||||
public byte spare;
|
||||
/// <summary>
|
||||
|
||||
@@ -121,11 +121,11 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// </summary>
|
||||
public byte sector;
|
||||
/// <summary>
|
||||
/// <see cref="IBMSectorSizeCode"/>
|
||||
/// <see cref="IBMSectorSizeCode"/>
|
||||
/// </summary>
|
||||
public IBMSectorSizeCode sectorSize;
|
||||
/// <summary>
|
||||
/// CRC16 from <see cref="aone"/> to end of <see cref="sectorSize"/>
|
||||
/// CRC16 from <see cref="aone"/> to end of <see cref="sectorSize"/>
|
||||
/// </summary>
|
||||
public ushort crc;
|
||||
}
|
||||
@@ -152,7 +152,7 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// </summary>
|
||||
public byte[] data;
|
||||
/// <summary>
|
||||
/// CRC16 from <see cref="aone"/> to end of <see cref="data"/>
|
||||
/// CRC16 from <see cref="aone"/> to end of <see cref="data"/>
|
||||
/// </summary>
|
||||
public ushort crc;
|
||||
}
|
||||
|
||||
@@ -110,7 +110,7 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// </summary>
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 3)] public byte[] ctwo;
|
||||
/// <summary>
|
||||
/// Set to <see cref="IBMIdType.IndexMark"/>
|
||||
/// Set to <see cref="IBMIdType.IndexMark"/>
|
||||
/// </summary>
|
||||
public IBMIdType type;
|
||||
/// <summary>
|
||||
@@ -149,11 +149,11 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// </summary>
|
||||
public byte sector;
|
||||
/// <summary>
|
||||
/// <see cref="IBMSectorSizeCode"/>
|
||||
/// <see cref="IBMSectorSizeCode"/>
|
||||
/// </summary>
|
||||
public IBMSectorSizeCode sectorSize;
|
||||
/// <summary>
|
||||
/// CRC16 from <see cref="aone"/> to end of <see cref="sectorSize"/>
|
||||
/// CRC16 from <see cref="aone"/> to end of <see cref="sectorSize"/>
|
||||
/// </summary>
|
||||
public ushort crc;
|
||||
}
|
||||
@@ -180,7 +180,7 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// </summary>
|
||||
public byte[] data;
|
||||
/// <summary>
|
||||
/// CRC16 from <see cref="aone"/> to end of <see cref="data"/>
|
||||
/// CRC16 from <see cref="aone"/> to end of <see cref="data"/>
|
||||
/// </summary>
|
||||
public ushort crc;
|
||||
}
|
||||
|
||||
@@ -88,7 +88,7 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// </summary>
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 3)] public byte[] ctwo;
|
||||
/// <summary>
|
||||
/// Set to <see cref="IBMIdType.IndexMark"/>
|
||||
/// Set to <see cref="IBMIdType.IndexMark"/>
|
||||
/// </summary>
|
||||
public IBMIdType type;
|
||||
/// <summary>
|
||||
@@ -150,11 +150,11 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// </summary>
|
||||
public byte sector;
|
||||
/// <summary>
|
||||
/// <see cref="IBMSectorSizeCode"/>
|
||||
/// <see cref="IBMSectorSizeCode"/>
|
||||
/// </summary>
|
||||
public IBMSectorSizeCode sectorSize;
|
||||
/// <summary>
|
||||
/// CRC16 from <see cref="aone"/> to end of <see cref="sectorSize"/>
|
||||
/// CRC16 from <see cref="aone"/> to end of <see cref="sectorSize"/>
|
||||
/// </summary>
|
||||
public ushort crc;
|
||||
}
|
||||
@@ -181,7 +181,7 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// </summary>
|
||||
public byte[] data;
|
||||
/// <summary>
|
||||
/// CRC16 from <see cref="aone"/> to end of <see cref="data"/>
|
||||
/// CRC16 from <see cref="aone"/> to end of <see cref="data"/>
|
||||
/// </summary>
|
||||
public ushort crc;
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// </summary>
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 6)] public byte[] zero;
|
||||
/// <summary>
|
||||
/// Set to <see cref="IBMIdType.IndexMark"/>
|
||||
/// Set to <see cref="IBMIdType.IndexMark"/>
|
||||
/// </summary>
|
||||
public IBMIdType type;
|
||||
/// <summary>
|
||||
@@ -140,11 +140,11 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// </summary>
|
||||
public byte sector;
|
||||
/// <summary>
|
||||
/// <see cref="IBMSectorSizeCode"/>
|
||||
/// <see cref="IBMSectorSizeCode"/>
|
||||
/// </summary>
|
||||
public IBMSectorSizeCode sectorSize;
|
||||
/// <summary>
|
||||
/// CRC16 from <see cref="type"/> to end of <see cref="sectorSize"/>
|
||||
/// CRC16 from <see cref="type"/> to end of <see cref="sectorSize"/>
|
||||
/// </summary>
|
||||
public ushort crc;
|
||||
}
|
||||
@@ -167,7 +167,7 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// </summary>
|
||||
public byte[] data;
|
||||
/// <summary>
|
||||
/// CRC16 from <see cref="type"/> to end of <see cref="data"/>
|
||||
/// CRC16 from <see cref="type"/> to end of <see cref="data"/>
|
||||
/// </summary>
|
||||
public ushort crc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user