changeset 2973:70c8b2d28d1d

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 09 Jul 2009 14:03:12 +0000
parents c5ad288f851d
children 63f71723cd2a
files src/http/modules/ngx_http_limit_req_module.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_limit_req_module.c	Thu Jul 09 14:02:09 2009 +0000
+++ b/src/http/modules/ngx_http_limit_req_module.c	Thu Jul 09 14:03:12 2009 +0000
@@ -181,7 +181,7 @@
     }
 
     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
-                  "limit_req: %i %ui.%03ui", rc, excess / 1000, excess % 1000);
+                   "limit_req: %i %ui.%03ui", rc, excess / 1000, excess % 1000);
 
     if (rc == NGX_BUSY) {
         ngx_shmtx_unlock(&ctx->shpool->mutex);
@@ -266,7 +266,7 @@
     ngx_event_t  *wev;
 
     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
-                  "limit_req delay");
+                   "limit_req delay");
 
     wev = r->connection->write;