warn about inconsistent spacing around binary operators; fixes #7582

This commit is contained in:
Andreas Rumpf
2018-05-05 14:58:33 +02:00
parent 805402b294
commit 1aa359febb
12 changed files with 28 additions and 27 deletions

View File

@@ -395,7 +395,7 @@ proc rotateInternal[T](arg: var openarray[T]; first, middle, last: int): int =
swap(arg[mFirst], arg[next])
mFirst += 1
next += 1
next += 1
if mFirst == mMiddle:
mMiddle = next