[Python-checkins] cpython: Fix style

antoine.pitrou python-checkins at python.org
Wed Jul 31 21:54:26 CEST 2013


http://hg.python.org/cpython/rev/31664b304281
changeset:   84933:31664b304281
parent:      84913:4e9c8807d029
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Jul 30 21:01:23 2013 +0200
summary:
  Fix style

files:
  Python/pythonrun.c |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Python/pythonrun.c b/Python/pythonrun.c
--- 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;

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list