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

@@ -371,7 +371,6 @@ namespace DiscImageChef.Filesystems.LisaFS
public ushort flags;
}
/// <summary>
/// The catalog entry for the V1 and V2 volume formats.
/// It merely contains the file name, type and ID, plus a few (mostly empty) unknown fields.
@@ -399,5 +398,4 @@ namespace DiscImageChef.Filesystems.LisaFS
public byte[] unknown3;
}
}
}
}