You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by po...@apache.org on 2009/09/18 18:26:56 UTC

svn commit: r816701 - /httpd/httpd/trunk/support/htcacheclean.c

Author: poirier
Date: Fri Sep 18 16:26:55 2009
New Revision: 816701

URL: http://svn.apache.org/viewvc?rev=816701&view=rev
Log:
Detab.

Modified:
    httpd/httpd/trunk/support/htcacheclean.c

Modified: httpd/httpd/trunk/support/htcacheclean.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/support/htcacheclean.c?rev=816701&r1=816700&r2=816701&view=diff
==============================================================================
--- httpd/httpd/trunk/support/htcacheclean.c (original)
+++ httpd/httpd/trunk/support/htcacheclean.c Fri Sep 18 16:26:55 2009
@@ -909,7 +909,7 @@
                 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 @@
     } /* while */
 
     if (argc <= 1) {
-    	usage(NULL);
+        usage(NULL);
     }
 
     if (o->ind != argc) {
@@ -946,7 +946,7 @@
 
     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);