You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2005/04/05 21:45:34 UTC

svn commit: r160211 - httpd/httpd/trunk/server/mpm/worker/worker.c

Author: gregames
Date: Tue Apr  5 12:45:32 2005
New Revision: 160211

URL: http://svn.apache.org/viewcvs?view=rev&rev=160211
Log:
the style police have been sleeping

Modified:
    httpd/httpd/trunk/server/mpm/worker/worker.c

Modified: httpd/httpd/trunk/server/mpm/worker/worker.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/worker/worker.c?view=diff&r1=160210&r2=160211
==============================================================================
--- httpd/httpd/trunk/server/mpm/worker/worker.c (original)
+++ httpd/httpd/trunk/server/mpm/worker/worker.c Tue Apr  5 12:45:32 2005
@@ -1438,7 +1438,7 @@
             else {
                 /* slot is still in use - back of the bus
                  */
-            free_slots[free_length] = i;
+                free_slots[free_length] = i;
             }
             ++free_length;
         }