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:
@@ -183,7 +183,6 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
extentCache.Add(fileId, file);
|
||||
|
||||
if(debug)
|
||||
{
|
||||
if(!printedExtents.Contains(fileId))
|
||||
{
|
||||
DicConsole.DebugWriteLine("LisaFS plugin", "ExtentFile[{0}].filenameLen = {1}", fileId,
|
||||
@@ -268,7 +267,6 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
|
||||
printedExtents.Add(fileId);
|
||||
}
|
||||
}
|
||||
|
||||
return Errno.NoError;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user