Commit 5d23f9a8 authored by Walter Dörwald's avatar Walter Dörwald

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

regenerated codec should survive reindent.py unchanged.
parent a35b05eb
......@@ -348,7 +348,7 @@ def getregentry():
l.extend(encoding_map_code)
# Final new-line
l.append('\n')
l.append('')
return '\n'.join(l).expandtabs()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment