You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2005/10/03 13:38:34 UTC

svn commit: r293316 - /httpd/httpd/trunk/modules/generators/mod_cgid.c

Author: colm
Date: Mon Oct  3 04:38:32 2005
New Revision: 293316

URL: http://svn.apache.org/viewcvs?rev=293316&view=rev
Log:
Whitespace fixes.

Modified:
    httpd/httpd/trunk/modules/generators/mod_cgid.c

Modified: httpd/httpd/trunk/modules/generators/mod_cgid.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/generators/mod_cgid.c?rev=293316&r1=293315&r2=293316&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/generators/mod_cgid.c (original)
+++ httpd/httpd/trunk/modules/generators/mod_cgid.c Mon Oct  3 04:38:32 2005
@@ -573,7 +573,7 @@
     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 @@
     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);