]> granicus.if.org Git - apache/commitdiff
Detabify those parts of this file which don't collide with the bucket
authorCliff Woolley <jwoolley@apache.org>
Tue, 5 Mar 2002 18:21:39 +0000 (18:21 +0000)
committerCliff Woolley <jwoolley@apache.org>
Tue, 5 Mar 2002 18:21:39 +0000 (18:21 +0000)
freelist patch.  The remaining tabs go away for free with that patch.
Submitted by: Sander Striker
Reviewed by: Brian Pane

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93714 13f79535-47bb-0310-9956-ffa450edef68

server/error_bucket.c

index 6484feb2b9052727098fb0f3d952444d0f4cce6e..42adea218dbd917bc5f1770eb1476b4846ef1baf 100644 (file)
 #include <strings.h>
 #endif
 
-static apr_status_t error_read(apr_bucket *b, const char **str, 
-                              apr_size_t *len, apr_read_type_e block)
+static apr_status_t error_read(apr_bucket *b, const char **str,
+                               apr_size_t *len, apr_read_type_e block)
 {
     *str = NULL;
     *len = 0;
     return APR_SUCCESS;
 }
 
-AP_DECLARE(apr_bucket *) ap_bucket_error_make(apr_bucket *b, int error, 
-               const char *buf, apr_pool_t *p)
+AP_DECLARE(apr_bucket *) ap_bucket_error_make(apr_bucket *b, int error,
+                                              const char *buf, apr_pool_t *p)
 {
     ap_bucket_error *h;