mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code refactor and reformat.
This commit is contained in:
@@ -153,10 +153,7 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
return Errno.NoError;
|
||||
}
|
||||
|
||||
Errno ReadSystemFile(short fileId, out byte[] buf)
|
||||
{
|
||||
return ReadSystemFile(fileId, out buf, false);
|
||||
}
|
||||
Errno ReadSystemFile(short fileId, out byte[] buf) => ReadSystemFile(fileId, out buf, false);
|
||||
|
||||
Errno ReadSystemFile(short fileId, out byte[] buf, bool tags)
|
||||
{
|
||||
@@ -307,10 +304,7 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
return Errno.NoError;
|
||||
}
|
||||
|
||||
Errno ReadFile(short fileId, out byte[] buf)
|
||||
{
|
||||
return ReadFile(fileId, out buf, false);
|
||||
}
|
||||
Errno ReadFile(short fileId, out byte[] buf) => ReadFile(fileId, out buf, false);
|
||||
|
||||
Errno ReadFile(short fileId, out byte[] buf, bool tags)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user