changeset 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 517dd43f06f8
files _unixmodule.cpp
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/_unixmodule.cpp	Tue May 24 20:51:01 2011 +0100
+++ b/_unixmodule.cpp	Tue May 24 20:55:16 2011 +0100
@@ -196,14 +196,14 @@
 	0,                                        /*tp_as_buffer*/
 	Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /*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_methods*/
-    _PopenPlaceholder_members,                /*tp_members*/
+	0,                                        /*tp_traverse*/
+	0,                                        /*tp_clear*/
+	0,                                        /*tp_richcompare*/
+	0,                                        /*tp_weaklistoffset*/
+	0,                                        /*tp_iter*/
+	0,                                        /*tp_iternext*/
+	0,                                        /*tp_methods*/
+	_PopenPlaceholder_members,                /*tp_members*/
 };
 
 #ifndef timeradd