mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Use preferred braces style.
This commit is contained in:
@@ -149,13 +149,11 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
|
||||
// Only MDDF contains an extended attributes
|
||||
if(fileId == FILEID_MDDF)
|
||||
{
|
||||
if(xattr == "com.apple.lisa.password")
|
||||
{
|
||||
buf = Encoding.ASCII.GetBytes(mddf.password);
|
||||
return Errno.NoError;
|
||||
}
|
||||
}
|
||||
|
||||
// But on debug mode even system files contain tags
|
||||
if(debug && xattr == "com.apple.lisa.tags") return ReadSystemFile(fileId, out buf, true);
|
||||
|
||||
Reference in New Issue
Block a user