comparison _unixmodule.cpp @ 137:f4361d557929

Fixed a few lines with wrong indentation in _unix (don't copy&paste code, kids)
author Oleg Oshmyan <chortos@inbox.lv>
date Tue, 24 May 2011 20:55:16 +0100
parents ed4035661b85
children
comparison
equal deleted inserted replaced
136:ed4035661b85 137:f4361d557929
194 0, /*tp_getattro*/ 194 0, /*tp_getattro*/
195 0, /*tp_setattro*/ 195 0, /*tp_setattro*/
196 0, /*tp_as_buffer*/ 196 0, /*tp_as_buffer*/
197 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /*tp_flags*/ 197 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /*tp_flags*/
198 0, /*tp_doc*/ 198 0, /*tp_doc*/
199 0, /*tp_traverse*/ 199 0, /*tp_traverse*/
200 0, /*tp_clear*/ 200 0, /*tp_clear*/
201 0, /*tp_richcompare*/ 201 0, /*tp_richcompare*/
202 0, /*tp_weaklistoffset*/ 202 0, /*tp_weaklistoffset*/
203 0, /*tp_iter*/ 203 0, /*tp_iter*/
204 0, /*tp_iternext*/ 204 0, /*tp_iternext*/
205 0, /*tp_methods*/ 205 0, /*tp_methods*/
206 _PopenPlaceholder_members, /*tp_members*/ 206 _PopenPlaceholder_members, /*tp_members*/
207 }; 207 };
208 208
209 #ifndef timeradd 209 #ifndef timeradd
210 #define timeradd(a, b, res) \ 210 #define timeradd(a, b, res) \
211 do \ 211 do \