Code restyling.

This commit is contained in:
2020-02-29 18:03:24 +00:00
parent c88447c86e
commit f990e1f2f8
23 changed files with 581 additions and 363 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;