mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* TODO:
* README.md: * DiscImageChef.DiscImages/QCOW2.cs: * DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj: Add support for QCOW2 images, closes #44. * DiscImageChef.DiscImages/QED.cs: * DiscImageChef.DiscImages/QCOW.cs: Code cleanup and format. * DiscImageChef/DetectImageFormat.cs: Use UNIX line endings.
This commit is contained in:
@@ -59,9 +59,9 @@ namespace DiscImageChef.ImagePlugins
|
||||
break;
|
||||
}
|
||||
}
|
||||
#pragma warning disable RECS0022 // A catch clause that catches System.Exception and has an empty body
|
||||
#pragma warning disable RECS0022 // A catch clause that catches System.Exception and has an empty body
|
||||
catch
|
||||
#pragma warning restore RECS0022 // A catch clause that catches System.Exception and has an empty body
|
||||
#pragma warning restore RECS0022 // A catch clause that catches System.Exception and has an empty body
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -82,9 +82,9 @@ namespace DiscImageChef.ImagePlugins
|
||||
break;
|
||||
}
|
||||
}
|
||||
#pragma warning disable RECS0022 // A catch clause that catches System.Exception and has an empty body
|
||||
#pragma warning disable RECS0022 // A catch clause that catches System.Exception and has an empty body
|
||||
catch
|
||||
#pragma warning restore RECS0022 // A catch clause that catches System.Exception and has an empty body
|
||||
#pragma warning restore RECS0022 // A catch clause that catches System.Exception and has an empty body
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user