diff src/core/ngx_resolver.c @ 2006:b52cb9bf2064

style fix: remove tabs and trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 May 2008 07:54:52 +0000
parents 41fd9a2e0755
children 5004229420a6 435b689b61ea
line wrap: on
line diff
--- a/src/core/ngx_resolver.c
+++ b/src/core/ngx_resolver.c
@@ -202,7 +202,7 @@ ngx_resolver_cleanup_tree(ngx_resolver_t
         ngx_queue_remove(&rn->queue);
 
         for (ctx = rn->waiting; ctx; ctx = next) {
-            next = ctx->next; 
+            next = ctx->next;
 
             if (ctx->event) {
                 ngx_resolver_free(r, ctx->event);