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:
@@ -107,14 +107,12 @@ namespace DiscImageChef.Core
|
||||
if(!string.IsNullOrEmpty(filename))
|
||||
{
|
||||
if(File.Exists(filename))
|
||||
{
|
||||
if(overwrite) File.Delete(filename);
|
||||
else
|
||||
{
|
||||
DicConsole.ErrorWriteLine("Not overwriting file {0}", filename);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user