diff src/event/ngx_event_pipe.c @ 2024:7018254cc006

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 May 2008 12:09:41 +0000
parents 91c08c1f4654
children 722b5aff05ae
line wrap: on
line diff
--- a/src/event/ngx_event_pipe.c	Thu May 22 11:11:16 2008 +0000
+++ b/src/event/ngx_event_pipe.c	Thu May 22 12:09:41 2008 +0000
@@ -880,7 +880,7 @@
 
     ll = free;
 
-    for (cl = *free ; cl; cl = cl->next) {
+    for (cl = *free; cl; cl = cl->next) {
         if (cl->buf == s) {
             *ll = cl->next;
             break;