Commit 8c483e39 authored by Greg Ames's avatar Greg Ames
Browse files

listener_thread: no functional changes, formatting changes only


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106744 13f79535-47bb-0310-9956-ffa450edef68
parent 7e40c474
Loading
Loading
Loading
Loading
+115 −116
Original line number Diff line number Diff line
@@ -898,7 +898,6 @@ static void *listener_thread(apr_thread_t * thd, void *dummy)

                ap_pop_pool(&recycled_pool, worker_queue_info);

                    /* create a new transaction pool for each accepted socket */
                if (recycled_pool == NULL) {
                    /* create a new transaction pool for each accepted socket */
                    apr_allocator_t *allocator;