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:
@@ -40,7 +40,7 @@ namespace DiscImageChef.DiscImages
|
||||
{
|
||||
public partial class Gdi
|
||||
{
|
||||
// Due to .gdi format, this method must parse whole file, ignoring errors (those will be thrown by OpenImage()).
|
||||
// Due to .gdi format, this method must parse whole file, ignoring errors (those will be thrown by OpenImage()).
|
||||
public bool Identify(IFilter imageFilter)
|
||||
{
|
||||
try
|
||||
@@ -105,6 +105,5 @@ namespace DiscImageChef.DiscImages
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user