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

@@ -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++;
}