Author: joes
Date: Sun Feb 27 22:46:33 2005
New Revision: 155671

URL: http://svn.apache.org/viewcvs?view=rev&rev=155671
Log:
whitespace cleanup

Modified:
    httpd/apreq/branches/multi-env-unstable/library/module_cgi.c

Modified: httpd/apreq/branches/multi-env-unstable/library/module_cgi.c
URL: 
http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/library/module_cgi.c?view=diff&r1=155670&r2=155671
==============================================================================
--- httpd/apreq/branches/multi-env-unstable/library/module_cgi.c (original)
+++ httpd/apreq/branches/multi-env-unstable/library/module_cgi.c Sun Feb 27 
22:46:33 2005
@@ -56,8 +56,8 @@
 
     const char                  *temp_dir;
     apr_size_t                   brigade_limit;
-    apr_uint64_t                    read_limit;
-    apr_uint64_t                    bytes_read;
+    apr_uint64_t                 read_limit;
+    apr_uint64_t                 bytes_read;
 
     apr_bucket_brigade          *in;
 


Reply via email to