From: Yann Ylavic Date: Sat, 27 Jan 2018 02:09:07 +0000 (+0000) Subject: mpm_fdqueue: follow up to r1821624. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2922 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ac53a0a301fdaafb47aaac926a62a9fa40eda1;p=thirdparty%2Fapache%2Fhttpd.git mpm_fdqueue: follow up to r1821624. 80 colums. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1822367 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm_fdqueue.c b/server/mpm_fdqueue.c index c9531878a9a..c81245078ab 100644 --- a/server/mpm_fdqueue.c +++ b/server/mpm_fdqueue.c @@ -214,7 +214,8 @@ apr_uint32_t ap_queue_info_num_idlers(fd_queue_info_t *queue_info) return (val > zero_pt) ? val - zero_pt : 0; } -void ap_queue_info_push_pool(fd_queue_info_t *queue_info, apr_pool_t *pool_to_recycle) +void ap_queue_info_push_pool(fd_queue_info_t *queue_info, + apr_pool_t *pool_to_recycle) { struct recycled_pool *new_recycle; /* If we have been given a pool to recycle, atomically link