mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code refactor and reformat.
This commit is contained in:
@@ -105,7 +105,7 @@ namespace DiscImageChef.DiscImages
|
||||
/// <summary>
|
||||
/// Set if a directory listing is present after the image
|
||||
/// </summary>
|
||||
Directory = 0x02,
|
||||
Directory = 0x02
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -134,7 +134,6 @@ namespace DiscImageChef.DiscImages
|
||||
/// </summary>
|
||||
public byte cylinder;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A simple CRC16 over the data, to detect errors.
|
||||
/// </summary>
|
||||
@@ -169,7 +168,7 @@ namespace DiscImageChef.DiscImages
|
||||
/// Not a sector but the directory information.
|
||||
/// The <c>crc</c> field is the length of the data.
|
||||
/// </summary>
|
||||
Directory = 0x04,
|
||||
Directory = 0x04
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user