remove trailing whitespace [ci skip]

This commit is contained in:
narimiran
2019-05-22 20:38:08 +02:00
parent 3e0fac7c20
commit 6ae74f61f3

View File

@@ -85,7 +85,7 @@ const populationCount: array[low(int8)..high(int8), int8] = block:
((x and 0b00100000'i8) shr 5) +
((x and 0b01000000'i8) shr 6) +
((x and 0b10000000'i8) shr 7)
for it in low(int8)..high(int8):
arr[it] = countSetBits(it)