You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/12/15 15:41:29 UTC

svn commit: r890806 - /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bridge.c

Author: trawick
Date: Tue Dec 15 14:41:29 2009
New Revision: 890806

URL: http://svn.apache.org/viewvc?rev=890806&view=rev
Log:
tweaks to style fixes in r888840

Modified:
    httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bridge.c

Modified: httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bridge.c
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bridge.c?rev=890806&r1=890805&r2=890806&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bridge.c (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bridge.c Tue Dec 15 14:41:29 2009
@@ -33,7 +33,7 @@
 #define FCGID_APPLY_TRY_COUNT 2
 #define FCGID_REQUEST_COUNT 32
 
-static fcgid_procnode *apply_free_procnode(request_rec * r,
+static fcgid_procnode *apply_free_procnode(request_rec *r,
                                            fcgid_command * command)
 {
     /* Scan idle list, find a node match inode, deviceid and groupid
@@ -83,8 +83,8 @@
 }
 
 static void
-return_procnode(request_rec * r,
-                fcgid_procnode * procnode, int communicate_error)
+return_procnode(request_rec *r,
+                fcgid_procnode *procnode, int communicate_error)
 {
     fcgid_procnode *previous_node, *current_node, *next_node;
     fcgid_procnode *proc_table = proctable_get_table_array();
@@ -124,7 +124,7 @@
     proctable_unlock(r);
 }
 
-static int count_busy_processes(request_rec * r, fcgid_command * command)
+static int count_busy_processes(request_rec *r, fcgid_command *command)
 {
     int result = 0;
     fcgid_procnode *previous_node, *current_node, *next_node;
@@ -423,8 +423,8 @@
     return cond_status;
 }
 
-static int add_request_body(request_rec * r, apr_pool_t * request_pool,
-                            apr_bucket_brigade * output_brigade)
+static int add_request_body(request_rec *r, apr_pool_t *request_pool,
+                            apr_bucket_brigade *output_brigade)
 {
     apr_bucket *bucket_input, *bucket_header;
     apr_file_t *fd = NULL;