mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Reformat code.
This commit is contained in:
@@ -87,8 +87,7 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
public AppleOldId id;
|
||||
public ushort type;
|
||||
public ushort creator;
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 128)]
|
||||
public byte[] icon;
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 128)] public byte[] icon;
|
||||
}
|
||||
|
||||
// Big-endian
|
||||
@@ -102,4 +101,4 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
public ushort finder_flags;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user