From: Antoine Pitrou Date: Tue, 30 Jul 2013 19:01:23 +0000 (+0200) Subject: Fix style X-Git-Tag: v3.4.0a1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32d483c39b4169b48ab3a98c36a77ea4e74b9f5a;p=python Fix style --- 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;