From 6722138c874fc3fc67ec210fa66ee72e0e863c36 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 12 Jun 2008 22:28:32 +0000 Subject: [PATCH] more tab cleanups git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@667277 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mappers/mod_negotiation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mappers/mod_negotiation.c b/modules/mappers/mod_negotiation.c index c34fd8a952..f095b943bd 100644 --- a/modules/mappers/mod_negotiation.c +++ b/modules/mappers/mod_negotiation.c @@ -1166,9 +1166,9 @@ static int read_types_multi(negotiation_state *neg) /* Double check, we still don't multi-resolve non-ordinary files */ if (sub_req->finfo.filetype != APR_REG) { - /* XXX sub req not destroyed -- may be a bug/unintentional ? */ + /* XXX sub req not destroyed -- may be a bug/unintentional ? */ continue; - } + } /* If it has a handler, we'll pretend it's a CGI script, * since that's a good indication of the sort of thing it -- 2.40.0