Don't add multiple empty lines at the end of the codec. With this a

regenerated codec should survive reindent.py unchanged.
This commit is contained in:
Walter Dörwald 2006-03-31 10:13:10 +00:00
parent a35b05ebd0
commit 5d23f9a8a3
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ def getregentry():
l.extend(encoding_map_code)
# Final new-line
l.append('\n')
l.append('')
return '\n'.join(l).expandtabs()