diff src/event/modules/ngx_eventport_module.c @ 754:4ac89c5aa10d

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Mon, 09 Oct 2006 15:38:59 +0000
parents f30b1a75fd3b
children 1adfc55bb6dc
line wrap: on
line diff
--- a/src/event/modules/ngx_eventport_module.c	Mon Oct 09 14:17:36 2006 +0000
+++ b/src/event/modules/ngx_eventport_module.c	Mon Oct 09 15:38:59 2006 +0000
@@ -498,7 +498,7 @@
             wev->active = 0;
 
             if (revents & POLLIN) {
-    
+
                 if ((flags & NGX_POST_THREAD_EVENTS) && !rev->accept) {
                     rev->posted_ready = 1;