REFACTOR: Reformat code.

This commit is contained in:
2017-12-19 20:33:03 +00:00
parent 77edc7c91c
commit e6f6ace80b
704 changed files with 82627 additions and 83641 deletions

View File

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