From: Cliff Woolley Date: Tue, 5 Mar 2002 18:21:39 +0000 (+0000) Subject: Detabify those parts of this file which don't collide with the bucket X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab17906fcb9e5a1ee727a5036648d8eae70a2cef;p=apache Detabify those parts of this file which don't collide with the bucket 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 --- diff --git a/server/error_bucket.c b/server/error_bucket.c index 6484feb2b9..42adea218d 100644 --- a/server/error_bucket.c +++ b/server/error_bucket.c @@ -60,16 +60,16 @@ #include #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;