From: Colm MacCarthaigh Date: Mon, 3 Oct 2005 11:38:32 +0000 (+0000) Subject: Whitespace fixes. X-Git-Tag: 2.3.0~2917 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bd608a78e1341c41579c359022b5fe41b0b41f1;p=thirdparty%2Fapache%2Fhttpd.git Whitespace fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@293316 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c index 47971393c57..ec91b91e7c9 100644 --- a/modules/generators/mod_cgid.c +++ b/modules/generators/mod_cgid.c @@ -573,7 +573,7 @@ static int cgid_server(void *data) ap_hook_get_suexec_identity(cgid_suexec_id_doer, NULL, NULL, APR_HOOK_REALLY_FIRST); apr_hook_sort_all(); - + if ((sd = socket(AF_UNIX, SOCK_STREAM, 0)) < 0) { ap_log_error(APLOG_MARK, APLOG_ERR, errno, main_server, "Couldn't create unix domain socket"); @@ -926,7 +926,7 @@ static const char *set_script_socket(cmd_parms *cmd, void *dummy, const char *ar if (err != NULL) { return err; } - + /* Make sure the pid is appended to the sockname */ sockname = ap_append_pid(cmd->pool, arg, "."); sockname = ap_server_root_relative(cmd->pool, sockname);