summaryrefslogtreecommitdiff
path: root/python/depcache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'python/depcache.cc')
-rw-r--r--python/depcache.cc12
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
};