From d68dda19ea1bb690e00113c79941ce359943896a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 16 Jul 2009 08:25:36 +0200 Subject: 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. --- libvirt_wrap.h | 1 - 1 file changed, 1 deletion(-) 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 - -- cgit