summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2012-04-15 11:18:37 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2012-04-15 11:18:37 +1000
commit35ce712b62360312df0a532fd8d66ee3aab190cf (patch)
treeb334c3829f5e0c054d83ba6dc7ecca8446370c2b
parentc301d0f8b624407125ccc19654e5629f5759057c (diff)
downloadmod_wsgi-35ce712b62360312df0a532fd8d66ee3aab190cf.tar.gz
Remove tabs from file.
-rw-r--r--mod_wsgi.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/mod_wsgi.c b/mod_wsgi.c
index 46d7909..b7c9696 100644
--- a/mod_wsgi.c
+++ b/mod_wsgi.c
@@ -5216,8 +5216,8 @@ static void Interpreter_dealloc(InterpreterObject *self)
#endif
/*
- * Swap to interpreter thread state that was used when
- * the sub interpreter was created.
+ * Swap to interpreter thread state that was used when
+ * the sub interpreter was created.
*/
PyThreadState_Swap(tstate);
@@ -5844,11 +5844,11 @@ static void wsgi_python_init(apr_pool_t *p)
PyEval_InitThreads();
/*
- * We now want to release the GIL. Before we do that
- * though we remember what the current thread state is.
- * We will use that later to restore the main thread
- * state when we want to cleanup interpreters on
- * shutdown.
+ * We now want to release the GIL. Before we do that
+ * though we remember what the current thread state is.
+ * We will use that later to restore the main thread
+ * state when we want to cleanup interpreters on
+ * shutdown.
*/
wsgi_main_tstate = PyThreadState_Get();
@@ -11600,8 +11600,8 @@ static int wsgi_connect_daemon(request_rec *r, WSGIDaemonSocket *daemon)
close(daemon->fd);
/*
- * Progressively increase time we wait between
- * connection attempts. Start at 0.1 second and
+ * Progressively increase time we wait between
+ * connection attempts. Start at 0.1 second and
* double each time but apply ceiling at 2.0
* seconds.
*/