Fix style

This commit is contained in:
Antoine Pitrou 2013-07-30 21:01:23 +02:00
parent 8547a0e29b
commit 32d483c39b
1 changed files with 2 additions and 2 deletions

View File

@ -1382,8 +1382,8 @@ maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit)
return 0;
}
int
static set_main_loader(PyObject *d, const char *filename, const char *loader_name)
static int
set_main_loader(PyObject *d, const char *filename, const char *loader_name)
{
PyInterpreterState *interp;
PyThreadState *tstate;