Skip to content

Commit 92ac53a

Browse files
committed
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
1 parent 30b587e commit 92ac53a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/mpm_fdqueue.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ apr_uint32_t ap_queue_info_num_idlers(fd_queue_info_t *queue_info)
214214
return (val > zero_pt) ? val - zero_pt : 0;
215215
}
216216

217-
void ap_queue_info_push_pool(fd_queue_info_t *queue_info, apr_pool_t *pool_to_recycle)
217+
void ap_queue_info_push_pool(fd_queue_info_t *queue_info,
218+
apr_pool_t *pool_to_recycle)
218219
{
219220
struct recycled_pool *new_recycle;
220221
/* If we have been given a pool to recycle, atomically link

0 commit comments

Comments
 (0)