summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-07-30 21:01:23 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2013-07-30 21:01:23 +0200
commit3a7cb33cf3decec1dafe3aa8bea15e2044ae00e7 (patch)
treeba1a054f18ca9a321f611ac29fda0568572aa4ba /Python/pythonrun.c
parentdea573ec3aa5f526017a9b121cc574173f7e0e7f (diff)
downloadcpython-3a7cb33cf3decec1dafe3aa8bea15e2044ae00e7.tar.gz
Fix style
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r--Python/pythonrun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index 18c2baa656..86c3206829 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -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;