comparison src/http/modules/ngx_http_memcached_module.c @ 815:b630109560b7

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Wed, 25 Oct 2006 16:19:03 +0000
parents 3095bf59059b
children 4d68c486fcb0
comparison
equal deleted inserted replaced
814:760ed037a5a4 815:b630109560b7
601 601
602 ngx_memzero(&u, sizeof(ngx_url_t)); 602 ngx_memzero(&u, sizeof(ngx_url_t));
603 603
604 u.url = value[1]; 604 u.url = value[1];
605 u.uri_part = 1; 605 u.uri_part = 1;
606 606
607 if (ngx_parse_url(cf, &u) != NGX_OK) { 607 if (ngx_parse_url(cf, &u) != NGX_OK) {
608 if (u.err) { 608 if (u.err) {
609 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 609 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
610 "%s in \"%V\"", u.err, &u.url); 610 "%s in \"%V\"", u.err, &u.url);
611 } 611 }