diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-04-14 00:47:23 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-04-14 00:47:23 +0200 |
| commit | 8413810c46f802490280b0be1beebaaadf1aa9f2 (patch) | |
| tree | 96a6438fbd87d65b42f5754598c82a584ebf2145 /python/depcache.cc | |
| parent | daaa814658b6d2b8e3e2437fcc625096c46395dd (diff) | |
| download | python-apt-8413810c46f802490280b0be1beebaaadf1aa9f2.tar.gz | |
* Remove any trailing whitespace
Diffstat (limited to 'python/depcache.cc')
| -rw-r--r-- | python/depcache.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/python/depcache.cc b/python/depcache.cc index b23eecd9..2c73a1a9 100644 --- a/python/depcache.cc +++ b/python/depcache.cc @@ -769,16 +769,16 @@ PyTypeObject PkgProblemResolverType = 0, // tp_hash 0, // tp_call 0, // tp_str - 0, // tp_getattro + 0, // tp_getattro 0, // tp_setattro - 0, // tp_as_buffer + 0, // tp_as_buffer Py_TPFLAGS_DEFAULT, // tp_flags "ProblemResolver Object", // tp_doc 0, // tp_traverse 0, // tp_clear 0, // tp_richcompare 0, // tp_weaklistoffset - 0, // tp_iter + 0, // tp_iter 0, // tp_iternext PkgProblemResolverMethods, // tp_methods }; @@ -825,16 +825,16 @@ PyTypeObject PkgActionGroupType = 0, // tp_hash 0, // tp_call 0, // tp_str - 0, // tp_getattro + 0, // tp_getattro 0, // tp_setattro - 0, // tp_as_buffer + 0, // tp_as_buffer Py_TPFLAGS_DEFAULT, // tp_flags "ActionGroup Object", // tp_doc 0, // tp_traverse 0, // tp_clear 0, // tp_richcompare 0, // tp_weaklistoffset - 0, // tp_iter + 0, // tp_iter 0, // tp_iternext PkgActionGroupMethods, // tp_methods }; |
