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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user