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:
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user