Remove trailing blank lines

Remove any blank lines at the end of all source files
This commit is contained in:
Daniel P. Berrange 2012-01-10 15:03:38 +00:00 committed by Marc-André Lureau
parent b444b76655
commit ce59cc1416
2 changed files with 0 additions and 2 deletions

View File

@ -3,4 +3,3 @@ NULL =
PYTHON_MODULES = __init__.py codegen.py demarshal.py marshal.py ptypes.py spice_parser.py
EXTRA_DIST = $(PYTHON_MODULES)

View File

@ -159,4 +159,3 @@ def parse(filename):
t.register()
protocol = types[-1]
return protocol