Code re-styling.

This commit is contained in:
2016-07-28 23:08:22 +01:00
parent 2c30b997f3
commit 6129e52d41
34 changed files with 95 additions and 13 deletions

View File

@@ -192,7 +192,7 @@ namespace DiscImageChef.Filesystems.LisaFS
}
if(systemFileCache.TryGetValue(fileId, out buf) && !tags)
return Errno.NoError;
return Errno.NoError;
int count = 0;
@@ -254,7 +254,7 @@ namespace DiscImageChef.Filesystems.LisaFS
if(!tags)
systemFileCache.Add(fileId, buf);
return Errno.NoError;
}