summaryrefslogtreecommitdiffstats
path: root/python_modules
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-01-10 15:03:38 +0000
committerAlon Levy <alevy@redhat.com>2012-01-13 18:11:59 +0200
commit02d56750bda532e9a0b4e4d9efcde82ae44fdc38 (patch)
treeb230d0fae6de66fd79a92212144bc00a6c9b3f54 /python_modules
parent8ab7c4535a884d301cfc8b02c855df36c0cf0e5b (diff)
downloadspice-02d56750bda532e9a0b4e4d9efcde82ae44fdc38.tar.gz
spice-02d56750bda532e9a0b4e4d9efcde82ae44fdc38.tar.xz
spice-02d56750bda532e9a0b4e4d9efcde82ae44fdc38.zip
Remove trailing blank lines
Remove any blank lines at the end of all source files
Diffstat (limited to 'python_modules')
-rw-r--r--python_modules/Makefile.am1
-rw-r--r--python_modules/spice_parser.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/python_modules/Makefile.am b/python_modules/Makefile.am
index f304ec0f..7d416dfc 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 e20e8fc1..d0aabb09 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
-