mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code style fixes.
This commit is contained in:
@@ -43,7 +43,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
namespace Aaru.Filesystems
|
||||
{
|
||||
// Information from http://www.hp9845.net/9845/projects/hpdir/#lif_filesystem
|
||||
public class LIF : IFilesystem
|
||||
public sealed class LIF : IFilesystem
|
||||
{
|
||||
const uint LIF_MAGIC = 0x8000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user