Editorconfig cleanup

This commit is contained in:
Matt Nadareski
2026-04-15 08:44:42 -04:00
parent dab850103b
commit 5694cdf9a9
5 changed files with 63 additions and 69 deletions

View File

@@ -221,7 +221,7 @@ namespace SabreTools.Serialization.Readers
obj.DirectoryRecords = [.. records];
// Previously set padding assumed to be all 0xFF up to sector boundaries
// Previously set padding assumed to be all 0xFF up to sector boundaries
int remainder = Constants.SectorSize - (int)(size % Constants.SectorSize);
if (remainder > 0 && remainder < Constants.SectorSize)
obj.Padding = data.ReadBytes(remainder);