Code restyle.

This commit is contained in:
2021-01-17 22:53:57 +00:00
parent d61ef87a21
commit 727c9fbca0
9 changed files with 9 additions and 9 deletions

View File

@@ -132,7 +132,7 @@ namespace Aaru.CommonTypes.Extents
int realEnd;
if(run)
realEnd = (start + end) - 1;
realEnd = start + end - 1;
else
realEnd = end;