]> granicus.if.org Git - apache/commitdiff
* Fix style by doing correct indenting
authorRuediger Pluem <rpluem@apache.org>
Wed, 14 May 2008 20:26:35 +0000 (20:26 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 14 May 2008 20:26:35 +0000 (20:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@656413 13f79535-47bb-0310-9956-ffa450edef68

support/htcacheclean.c

index 6a0a0626198739cb19b38630c6c6c65a341d159e..56f99e9612dee527d1c608325c0329cbdabe516e 100644 (file)
@@ -535,12 +535,12 @@ static int process_dir(char *path, apr_pool_t *pool)
                         if (apr_file_read_full(fd, &expires, len,
                                                &len) == APR_SUCCESS) {
 
-                          apr_file_close(fd);
+                            apr_file_close(fd);
 
-                          if (expires < current) {
-                              delete_entry(path, d->basename, p);
-                          }
-                          break;
+                            if (expires < current) {
+                                delete_entry(path, d->basename, p);
+                            }
+                            break;
                         }
                     }
                 }