Code restyling.

This commit is contained in:
2020-02-29 18:03:33 +00:00
parent ad4bfdc0b5
commit 0bc3b5c1fe
7 changed files with 37 additions and 36 deletions

View File

@@ -136,7 +136,7 @@ namespace Aaru
for(int i = SpacePaddedString.Length; i >= start; i--)
{
if(i == start)
return"";
return "";
if(SpacePaddedString[i - 1] == 0x20)
continue;