mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Fix style
This commit is contained in:
parent
8547a0e29b
commit
32d483c39b
1 changed files with 2 additions and 2 deletions
|
@ -1382,8 +1382,8 @@ maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
static int
|
||||||
static set_main_loader(PyObject *d, const char *filename, const char *loader_name)
|
set_main_loader(PyObject *d, const char *filename, const char *loader_name)
|
||||||
{
|
{
|
||||||
PyInterpreterState *interp;
|
PyInterpreterState *interp;
|
||||||
PyThreadState *tstate;
|
PyThreadState *tstate;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue