comparison src/event/ngx_event_pipe.c @ 2091:9f15e5f8ff9e stable-0.6

r2007, r2025, r2042 merge: style fixes
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jul 2008 10:18:41 +0000
parents 91c08c1f4654
children 722b5aff05ae
comparison
equal deleted inserted replaced
2090:72b09c4dd8f7 2091:9f15e5f8ff9e
878 878
879 for (s = buf->shadow; !s->last_shadow; s = s->shadow) { /* void */ } 879 for (s = buf->shadow; !s->last_shadow; s = s->shadow) { /* void */ }
880 880
881 ll = free; 881 ll = free;
882 882
883 for (cl = *free ; cl; cl = cl->next) { 883 for (cl = *free; cl; cl = cl->next) {
884 if (cl->buf == s) { 884 if (cl->buf == s) {
885 *ll = cl->next; 885 *ll = cl->next;
886 break; 886 break;
887 } 887 }
888 888