From f83432a68564a46b76dda39fac187f1a6c9e57d4 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 10 Jan 2012 15:03:38 +0000 Subject: Remove trailing blank lines Remove any blank lines at the end of all source files --- python_modules/Makefile.am | 1 - python_modules/spice_parser.py | 1 - 2 files changed, 2 deletions(-) (limited to 'python_modules') diff --git a/python_modules/Makefile.am b/python_modules/Makefile.am index f304ec0..7d416df 100644 --- a/python_modules/Makefile.am +++ b/python_modules/Makefile.am @@ -3,4 +3,3 @@ NULL = PYTHON_MODULES = __init__.py codegen.py demarshal.py marshal.py ptypes.py spice_parser.py EXTRA_DIST = $(PYTHON_MODULES) - diff --git a/python_modules/spice_parser.py b/python_modules/spice_parser.py index e20e8fc..d0aabb0 100644 --- a/python_modules/spice_parser.py +++ b/python_modules/spice_parser.py @@ -159,4 +159,3 @@ def parse(filename): t.register() protocol = types[-1] return protocol - -- cgit