From 924cc6d6f30b9a5d2cdb070a6b07686c34514082 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Wed, 14 May 2008 20:26:35 +0000 Subject: [PATCH] * Fix style by doing correct indenting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@656413 13f79535-47bb-0310-9956-ffa450edef68 --- support/htcacheclean.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/support/htcacheclean.c b/support/htcacheclean.c index 6a0a0626198..56f99e9612d 100644 --- a/support/htcacheclean.c +++ b/support/htcacheclean.c @@ -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; } } } -- 2.47.2