]> granicus.if.org Git - apache/commitdiff
more tab cleanups
authorJim Jagielski <jim@apache.org>
Thu, 12 Jun 2008 22:28:32 +0000 (22:28 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 12 Jun 2008 22:28:32 +0000 (22:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@667277 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_negotiation.c

index c34fd8a952896fcc7e69813901ab35659fe4f7cf..f095b943bd0b88ca60319f89e54c31f6b0a262b7 100644 (file)
@@ -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