mercurial/osutil.c
changeset 7190 aecea6934fdd
parent 7136 d834ed27199f
child 8330 7de68012f86e
child 8722 48da69ff79bd
--- a/mercurial/osutil.c	Mon Oct 20 14:58:49 2008 +0200
+++ b/mercurial/osutil.c	Mon Oct 20 15:19:05 2008 +0200
@@ -46,10 +46,10 @@
 #endif
 
 #define listdir_slot(name) \
-    static PyObject *listdir_stat_##name(PyObject *self, void *x) \
-    { \
-        return PyInt_FromLong(((struct listdir_stat *)self)->st.name); \
-    }
+	static PyObject *listdir_stat_##name(PyObject *self, void *x) \
+	{ \
+		return PyInt_FromLong(((struct listdir_stat *)self)->st.name); \
+	}
 
 listdir_slot(st_dev)
 listdir_slot(st_mode)