mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Improved code readability (closes #1512).
This commit is contained in:
parent
78386faf7e
commit
8e8734ec82
@ -985,8 +985,8 @@ ngx_process_options(ngx_cycle_t *cycle)
|
||||
p--)
|
||||
{
|
||||
if (ngx_path_separator(*p)) {
|
||||
cycle->conf_prefix.len = p - ngx_cycle->conf_file.data + 1;
|
||||
cycle->conf_prefix.data = ngx_cycle->conf_file.data;
|
||||
cycle->conf_prefix.len = p - cycle->conf_file.data + 1;
|
||||
cycle->conf_prefix.data = cycle->conf_file.data;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user