]> granicus.if.org Git - apache/commitdiff
* Detab.
authorRuediger Pluem <rpluem@apache.org>
Sat, 12 Sep 2009 07:57:59 +0000 (07:57 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 12 Sep 2009 07:57:59 +0000 (07:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814113 13f79535-47bb-0310-9956-ffa450edef68

support/htcacheclean.c

index b953c72286a0dea3de5a4aca6923b9f4d171e8ad..874df8a7a76733bc0f37cf03493cd0bbb08021a0 100644 (file)
@@ -704,9 +704,9 @@ static void purge(char *path, apr_pool_t *pool, apr_off_t max)
 static void usage(const char *error)
 {
     if (error) {
-       apr_file_printf(errfile, "%s error: %s\n", shortname, error);
+        apr_file_printf(errfile, "%s error: %s\n", shortname, error);
     }
-       apr_file_printf(errfile,
+    apr_file_printf(errfile,
     "%s -- program for cleaning the disk cache."                             NL
     "Usage: %s [-Dvtrn] -pPATH -lLIMIT"                                      NL
     "       %s [-nti] -dINTERVAL -pPATH -lLIMIT"                             NL