diff mercurial/osutil.c @ 7190:aecea6934fdd

Some additional space/tab cleanups
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 20 Oct 2008 15:19:05 +0200
parents d834ed27199f
children 7de68012f86e 48da69ff79bd
line wrap: on
line diff
--- 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)