REFACTOR: Reformat code.

This commit is contained in:
2017-12-19 20:33:03 +00:00
parent 2b420c3e9a
commit eff65c4bad
78 changed files with 7724 additions and 11075 deletions

View File

@@ -82,8 +82,7 @@ namespace DiscImageChef.Decoders.Floppy
/// <summary>
/// User data
/// </summary>
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 256)]
public byte data;
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 256)] public byte data;
/// <summary>
/// XOR of <see cref="data"/>
/// </summary>
@@ -94,5 +93,4 @@ namespace DiscImageChef.Decoders.Floppy
public ushort fill;
}
}
}
}