mirror of
https://github.com/nginx/nginx.git
synced 2024-12-01 03:17:17 +08:00
style fix: remove trailing spaces
This commit is contained in:
parent
dc5ad52761
commit
80ce3d4dd1
@ -233,7 +233,7 @@ ngx_log_init(void)
|
||||
NGX_FILE_DEFAULT_ACCESS);
|
||||
|
||||
if (ngx_stderr.fd == NGX_INVALID_FILE) {
|
||||
ngx_event_log(ngx_errno,
|
||||
ngx_event_log(ngx_errno,
|
||||
"Could not open error log file: "
|
||||
ngx_open_file_n " \"" NGX_ERROR_LOG_PATH "\" failed");
|
||||
return NULL;
|
||||
|
@ -124,7 +124,7 @@ ngx_spawn_process(ngx_cycle_t *cycle, char *name, ngx_int_t respawn)
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
|
||||
case WAIT_TIMEOUT:
|
||||
ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
|
||||
"the event \"%s\" was not signaled for 5s",
|
||||
|
@ -18,7 +18,7 @@ ngx_shm_alloc(ngx_shm_t *shm)
|
||||
return NGX_ERROR;
|
||||
}
|
||||
|
||||
ngx_sprintf(name, "%V_%s%Z", &shm->name, ngx_unique);
|
||||
ngx_sprintf(name, "%V_%s%Z", &shm->name, ngx_unique);
|
||||
|
||||
ngx_set_errno(0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user