Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66d00ad

Browse files
committed
Untabify file.
1 parent e8814fb commit 66d00ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Modules/posixmodule.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8256,12 +8256,12 @@ all_ins(PyObject *d)
82568256
if (ins(d, "EX_NOTFOUND", (long)EX_NOTFOUND)) return -1;
82578257
#endif /* EX_NOTFOUND */
82588258

8259-
/* statvfs */
8259+
/* statvfs */
82608260
#ifdef ST_RDONLY
8261-
if (ins(d, "ST_RDONLY", (long)ST_RDONLY)) return -1;
8261+
if (ins(d, "ST_RDONLY", (long)ST_RDONLY)) return -1;
82628262
#endif /* ST_RDONLY */
82638263
#ifdef ST_NOSUID
8264-
if (ins(d, "ST_NOSUID", (long)ST_NOSUID)) return -1;
8264+
if (ins(d, "ST_NOSUID", (long)ST_NOSUID)) return -1;
82658265
#endif /* ST_NOSUID */
82668266

82678267
#ifdef HAVE_SPAWNV

0 commit comments

Comments
 (0)