]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Thu, 9 Jul 2009 14:03:12 +0000 (14:03 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 9 Jul 2009 14:03:12 +0000 (14:03 +0000)
src/http/modules/ngx_http_limit_req_module.c

index 7f1685ac58b35139b6ff7760b4889495661714e4..84e70b4f4563dd4f832e8a446667500791eb3567 100644 (file)
@@ -181,7 +181,7 @@ ngx_http_limit_req_handler(ngx_http_request_t *r)
     }
 
     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_http_limit_req_delay(ngx_http_request_t *r)
     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;