1
0
mirror of https://github.com/apache/httpd.git synced 2025-10-28 20:34:59 +03:00

Cleanup effort in prep for GA push:

Trim trailing whitespace... no func change



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174751 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2011-09-23 13:39:32 +00:00
parent 103f776c25
commit 427c85bd23
119 changed files with 1090 additions and 1090 deletions

View File

@@ -120,7 +120,7 @@ static int reclaim_one_pid(pid_t pid, action_t action)
/* Ensure pid sanity. */
if (pid < 1) {
return 1;
}
}
proc.pid = pid;
waitret = apr_proc_wait(&proc, &status, &why, APR_NOWAIT);
@@ -350,7 +350,7 @@ apr_status_t ap_mpm_safe_kill(pid_t pid, int sig)
return APR_EINVAL;
}
pg = getpgid(pid);
pg = getpgid(pid);
if (pg == -1) {
/* Process already dead... */
return errno;
@@ -362,7 +362,7 @@ apr_status_t ap_mpm_safe_kill(pid_t pid, int sig)
"process group", sig, (long)pid);
return APR_EINVAL;
}
#endif
#endif
return kill(pid, sig) ? errno : APR_SUCCESS;
}
@@ -777,8 +777,8 @@ void ap_mpm_rewrite_args(process_rec *process)
process->argc = mpm_new_argv->nelts;
process->argv = (const char * const *)mpm_new_argv->elts;
if (NULL == dash_k_arg) {
if (NULL == dash_k_arg) {
dash_k_arg = dash_k_arg_noarg;
}