summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-04-14 00:47:23 +0200
committerJulian Andres Klode <jak@debian.org>2009-04-14 00:47:23 +0200
commit8413810c46f802490280b0be1beebaaadf1aa9f2 (patch)
tree96a6438fbd87d65b42f5754598c82a584ebf2145 /python/apt_pkgmodule.cc
parentdaaa814658b6d2b8e3e2437fcc625096c46395dd (diff)
downloadpython-apt-8413810c46f802490280b0be1beebaaadf1aa9f2.tar.gz
* Remove any trailing whitespace
Diffstat (limited to 'python/apt_pkgmodule.cc')
-rw-r--r--python/apt_pkgmodule.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/apt_pkgmodule.cc b/python/apt_pkgmodule.cc
index 5d0b2c0a..145a2bab 100644
--- a/python/apt_pkgmodule.cc
+++ b/python/apt_pkgmodule.cc
@@ -481,7 +481,7 @@ extern "C" void initapt_pkg()
if (PyType_Ready(&PkgCdromType) == -1) return;
if (PyType_Ready(&PkgProblemResolverType) == -1) return;
if (PyType_Ready(&PkgActionGroupType) == -1) return;
-
+
// Initialize the module
PyObject *Module = Py_InitModule("apt_pkg",methods);