REFACTOR: Use preferred braces style.

This commit is contained in:
2017-12-21 00:44:33 +00:00
parent e9443388ee
commit bce69c9161
171 changed files with 5 additions and 1412 deletions

View File

@@ -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
{