You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2008/06/13 00:28:32 UTC

svn commit: r667277 - /httpd/httpd/trunk/modules/mappers/mod_negotiation.c

Author: jim
Date: Thu Jun 12 15:28:32 2008
New Revision: 667277

URL: http://svn.apache.org/viewvc?rev=667277&view=rev
Log:
more tab cleanups

Modified:
    httpd/httpd/trunk/modules/mappers/mod_negotiation.c

Modified: httpd/httpd/trunk/modules/mappers/mod_negotiation.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mappers/mod_negotiation.c?rev=667277&r1=667276&r2=667277&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/mappers/mod_negotiation.c (original)
+++ httpd/httpd/trunk/modules/mappers/mod_negotiation.c Thu Jun 12 15:28:32 2008
@@ -1166,9 +1166,9 @@
         /* 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