comparison src/http/modules/ngx_http_map_module.c @ 3642:ac33852faaac

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 23 Jun 2010 16:34:54 +0000
parents 98e288c6dac3
children 19c931be8b98
comparison
equal deleted inserted replaced
3641:6802ba529ec4 3642:ac33852faaac
372 } 372 }
373 373
374 if (ngx_strcmp(value[0].data, "include") == 0) { 374 if (ngx_strcmp(value[0].data, "include") == 0) {
375 file = value[1]; 375 file = value[1];
376 376
377 if (ngx_conf_full_name(cf->cycle, &file, 1) != NGX_OK){ 377 if (ngx_conf_full_name(cf->cycle, &file, 1) != NGX_OK) {
378 return NGX_CONF_ERROR; 378 return NGX_CONF_ERROR;
379 } 379 }
380 380
381 ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data); 381 ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data);
382 382