General code refactor and reformat.

This commit is contained in:
2018-12-31 13:17:27 +00:00
parent 6b12cd1a8e
commit f2caa8c40f
413 changed files with 3554 additions and 6549 deletions

View File

@@ -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
}
}
}