]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
silly indentation fix
authorJeff Trawick <trawick@apache.org>
Thu, 17 Nov 2011 22:45:10 +0000 (22:45 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 17 Nov 2011 22:45:10 +0000 (22:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1203400 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/event/fdqueue.c

index f7de0bfb263d669a2ddcaf504d9b5e6132fe187a..f24ba3eb5bb88ab1ec51cbb685adf5515ccb6e2f 100644 (file)
@@ -26,7 +26,7 @@ typedef struct recycled_pool
 struct fd_queue_info_t
 {
     apr_int32_t idlers;      /**
-                                  * 0 or positive: number of idle worker threads
+                              * 0 or positive: number of idle worker threads
                               * negative: number of threads blocked waiting
                               *           for an idle worker
                               */