Add some newlines to avoid issues in other files.

This commit is contained in:
Dave Halter
2017-07-06 02:05:15 +02:00
parent 280f3edf6d
commit 89ed85d2e1
6 changed files with 29 additions and 0 deletions

View File

@@ -100,8 +100,11 @@ x = x / 2-1
hypot2 = x*x + y*y
c = (a + b)*(a - b)
def halves(n):
return (i//2 for i in range(n))
#: E227:11 E227:13
_1kB = _1MB>>10
#: E227:11 E227:13