From ccad0563f8cdb05cd631cea63fcdf5adf18c718b Mon Sep 17 00:00:00 2001 From: Daniel Earl Poirier Date: Fri, 18 Sep 2009 16:26:55 +0000 Subject: [PATCH] Detab. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@816701 13f79535-47bb-0310-9956-ffa450edef68 --- support/htcacheclean.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/support/htcacheclean.c b/support/htcacheclean.c index 7ade7e8d69..756300be6f 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); -- 2.40.0