comparison src/http/ngx_http_core_module.c @ 2591:7162ac8d564f

style fix: remove tabs
author Igor Sysoev <igor@sysoev.ru>
date Sun, 22 Mar 2009 15:52:52 +0000
parents 859f6675a553
children 3a8a53c0c42f
comparison
equal deleted inserted replaced
2590:c65755e03084 2591:7162ac8d564f
3902 break; 3902 break;
3903 } 3903 }
3904 } 3904 }
3905 3905
3906 err->value = cv; 3906 err->value = cv;
3907 err->args = args; 3907 err->args = args;
3908 } 3908 }
3909 3909
3910 return NGX_CONF_OK; 3910 return NGX_CONF_OK;
3911 } 3911 }
3912 3912