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:
@@ -82,7 +82,7 @@ namespace DiscImageChef.Filesystems
|
||||
struct JFS_Extent
|
||||
{
|
||||
/// <summary>
|
||||
/// Leftmost 24 bits are extent length, rest 8 bits are most significant for <see cref="addr2"/>
|
||||
/// Leftmost 24 bits are extent length, rest 8 bits are most significant for <see cref="addr2"/>
|
||||
/// </summary>
|
||||
public uint len_addr;
|
||||
public uint addr2;
|
||||
|
||||
Reference in New Issue
Block a user