summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-07-16 08:25:36 +0200
committerJim Meyering <meyering@redhat.com>2009-07-16 15:06:42 +0200
commitd68dda19ea1bb690e00113c79941ce359943896a (patch)
tree4dedef0176c694d0174802e41e0e91007ddeffda
parentfc43c82b4e8aedf859b49ad2702923226059b593 (diff)
downloadlibvirt-python-split-d68dda19ea1bb690e00113c79941ce359943896a.tar.gz
libvirt-python-split-d68dda19ea1bb690e00113c79941ce359943896a.tar.xz
libvirt-python-split-d68dda19ea1bb690e00113c79941ce359943896a.zip
remove all trailing blank lines
by running this command: git ls-files -z | xargs -0 perl -pi -0777 -e 's/\n\n+$/\n/' This is in preparation for a more strict make syntax-check rule that will detect trailing blank lines.
-rw-r--r--libvirt_wrap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvirt_wrap.h b/libvirt_wrap.h
index 158f9f2..4a32edd 100644
--- a/libvirt_wrap.h
+++ b/libvirt_wrap.h
@@ -185,4 +185,3 @@ PyObject * libvirt_virNodeDevicePtrWrap(virNodeDevicePtr node);
if (PyEval_ThreadsInitialized()) \
PyGILState_Release(_save); \
} LIBVIRT_STMT_END
-