From: Daniel Earl Poirier Date: Fri, 18 Sep 2009 16:26:55 +0000 (+0000) Subject: Detab. X-Git-Tag: 2.3.3~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ccad0563f8cdb05cd631cea63fcdf5adf18c718b;p=thirdparty%2Fapache%2Fhttpd.git Detab. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@816701 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/htcacheclean.c b/support/htcacheclean.c index 7ade7e8d69c..756300be6f1 100644 --- a/support/htcacheclean.c +++ b/support/htcacheclean.c @@ -909,7 +909,7 @@ int main(int argc, const char * const argv[]) proxypath = apr_pstrdup(pool, arg); if ((status = apr_filepath_set(proxypath, pool)) != APR_SUCCESS) { usage(apr_psprintf(pool, "Could not set filepath to '%s': %s", - proxypath, apr_strerror(status, errmsg, sizeof errmsg))); + proxypath, apr_strerror(status, errmsg, sizeof errmsg))); } break; } /* switch */ @@ -917,7 +917,7 @@ int main(int argc, const char * const argv[]) } /* while */ if (argc <= 1) { - usage(NULL); + usage(NULL); } if (o->ind != argc) { @@ -946,7 +946,7 @@ int main(int argc, const char * const argv[]) if (apr_filepath_get(&path, 0, pool) != APR_SUCCESS) { usage(apr_psprintf(pool, "Could not get the filepath: %s", - apr_strerror(status, errmsg, sizeof errmsg))); + apr_strerror(status, errmsg, sizeof errmsg))); } baselen = strlen(path);