From: Jim Jagielski Date: Thu, 12 Jun 2008 22:28:32 +0000 (+0000) Subject: more tab cleanups X-Git-Tag: 2.3.0~492 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6722138c874fc3fc67ec210fa66ee72e0e863c36;p=thirdparty%2Fapache%2Fhttpd.git more tab cleanups git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@667277 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_negotiation.c b/modules/mappers/mod_negotiation.c index c34fd8a9528..f095b943bd0 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