]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Untabify file.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 10 Sep 2010 18:11:45 +0000 (18:11 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 10 Sep 2010 18:11:45 +0000 (18:11 +0000)
Modules/posixmodule.c

index 981132975d6571720f9b26d987e1c7bd4039221a..58b12060cbf1c4de897b57bd0d636337c5c01d41 100644 (file)
@@ -8256,12 +8256,12 @@ all_ins(PyObject *d)
     if (ins(d, "EX_NOTFOUND", (long)EX_NOTFOUND)) return -1;
 #endif /* EX_NOTFOUND */
 
-       /* statvfs */
+    /* statvfs */
 #ifdef ST_RDONLY
-       if (ins(d, "ST_RDONLY", (long)ST_RDONLY)) return -1;
+    if (ins(d, "ST_RDONLY", (long)ST_RDONLY)) return -1;
 #endif /* ST_RDONLY */
 #ifdef ST_NOSUID
-       if (ins(d, "ST_NOSUID", (long)ST_NOSUID)) return -1;
+    if (ins(d, "ST_NOSUID", (long)ST_NOSUID)) return -1;
 #endif /* ST_NOSUID */
 
 #ifdef HAVE_SPAWNV