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

Skip to content

Commit 32d483c

Browse files
committed
Fix style
1 parent 8547a0e commit 32d483c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Python/pythonrun.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,8 +1382,8 @@ maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit)
13821382
return 0;
13831383
}
13841384

1385-
int
1386-
static set_main_loader(PyObject *d, const char *filename, const char *loader_name)
1385+
static int
1386+
set_main_loader(PyObject *d, const char *filename, const char *loader_name)
13871387
{
13881388
PyInterpreterState *interp;
13891389
PyThreadState *tstate;

0 commit comments

Comments
 (0)