From 4989b9d107c63c26eac43b5416258a61fe53b52b Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Sun, 9 Sep 2007 17:13:44 +0000 Subject: [PATCH] untabify --- bindings/python/_sigar.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bindings/python/_sigar.c b/bindings/python/_sigar.c index 5b19c839..a54def65 100644 --- a/bindings/python/_sigar.c +++ b/bindings/python/_sigar.c @@ -125,12 +125,12 @@ static PyTypeObject pysigar_PySigarType = { 0, /*tp_as_buffer*/ PySigar_TPFLAGS, /*tp_flags*/ 0, /*tp_doc*/ - 0, /*tp_traverse*/ - 0, /*tp_clear*/ - 0, /*tp_richcompare*/ - 0, /*tp_weaklistoffset*/ - 0, /*tp_iter*/ - 0, /*tp_iternext*/ + 0, /*tp_traverse*/ + 0, /*tp_clear*/ + 0, /*tp_richcompare*/ + 0, /*tp_weaklistoffset*/ + 0, /*tp_iter*/ + 0, /*tp_iternext*/ pysigar_methods, /*tp_methods*/ 0, /*tp_members*/ 0, /*tp_getset*/