Fix style
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index 18c2baa..86c3206 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -1382,8 +1382,8 @@
     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;