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