REFACTOR: Use preferred braces style.

This commit is contained in:
2017-12-21 00:44:33 +00:00
parent 3606b66aed
commit 0077694c75
11 changed files with 0 additions and 22 deletions

View File

@@ -62,7 +62,6 @@ namespace DiscImageChef
for(int i = start; i < CString.Length; i++)
{
if(CString[i] == 0)
{
if(twoBytes)
{
if(i + 1 < CString.Length && CString[i + 1] == 0)
@@ -74,7 +73,6 @@ namespace DiscImageChef
// break;
}
else break;
}
len++;
}