REFACTOR: Unnecessary whitespace removal.

This commit is contained in:
2017-12-21 07:36:47 +00:00
parent 422f80805a
commit 35ce7db892
36 changed files with 443 additions and 443 deletions

View File

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