You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2009/03/20 18:30:51 UTC

svn commit: r756668 - /httpd/httpd/trunk/modules/metadata/mod_mime_magic.c

Author: rjung
Date: Fri Mar 20 17:30:51 2009
New Revision: 756668

URL: http://svn.apache.org/viewvc?rev=756668&view=rev
Log:
Whitespace cleanup before doing other changes.

Modified:
    httpd/httpd/trunk/modules/metadata/mod_mime_magic.c

Modified: httpd/httpd/trunk/modules/metadata/mod_mime_magic.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/metadata/mod_mime_magic.c?rev=756668&r1=756667&r2=756668&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/metadata/mod_mime_magic.c (original)
+++ httpd/httpd/trunk/modules/metadata/mod_mime_magic.c Fri Mar 20 17:30:51 2009
@@ -885,10 +885,10 @@
     /*
      * Try compression stuff
      */
-        if (checkzmagic == 1) {
-                        if (zmagic(r, buf, nb) == 1)
-                        return OK;
-        }
+    if (checkzmagic == 1) {
+        if (zmagic(r, buf, nb) == 1)
+            return OK;
+    }
 
     /*
      * try tests in /etc/magic (or surrogate magic file)