[Groonga-commit] groonga/groonga at 00cc6f9 [master] httpd: remove needless spaces in if condition

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 5 20:42:00 JST 2013


Kouhei Sutou	2013-10-13 19:57:26 +0900 (Sun, 13 Oct 2013)

  New Revision: 00cc6f9ad065ade4d6bc46cb883863f55432a1e0
  https://github.com/groonga/groonga/commit/00cc6f9ad065ade4d6bc46cb883863f55432a1e0

  Message:
    httpd: remove needless spaces in if condition

  Modified files:
    src/httpd/nginx-module/ngx_http_groonga_module.c

  Modified: src/httpd/nginx-module/ngx_http_groonga_module.c (+1 -1)
===================================================================
--- src/httpd/nginx-module/ngx_http_groonga_module.c    2013-10-13 19:55:58 +0900 (ca2b99a)
+++ src/httpd/nginx-module/ngx_http_groonga_module.c    2013-10-13 19:57:26 +0900 (bdbfe67)
@@ -604,7 +604,7 @@ ngx_http_groonga_join_request_body_chain(ngx_http_request_t *r,
     out_size += ngx_buf_size(current->buf);
   }
   out = ngx_palloc(r->pool, out_size);
-  if ( ! out) {
+  if (!out) {
     ngx_log_error(NGX_LOG_ERR, log, 0,
                   "http_groonga: failed to allocate memory for request body");
     return NGX_ERROR;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index