]> granicus.if.org Git - apache/commitdiff
Detab.
authorDaniel Earl Poirier <poirier@apache.org>
Fri, 18 Sep 2009 16:26:55 +0000 (16:26 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Fri, 18 Sep 2009 16:26:55 +0000 (16:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@816701 13f79535-47bb-0310-9956-ffa450edef68

support/htcacheclean.c

index 7ade7e8d69c2a471586f0188ab5abf51f33e4555..756300be6f101dfef4031b196fd09cb82fb6fc3d 100644 (file)
@@ -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);