]> granicus.if.org Git - apache/commitdiff
Whitespace cleanup before doing other changes.
authorRainer Jung <rjung@apache.org>
Fri, 20 Mar 2009 17:30:51 +0000 (17:30 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 20 Mar 2009 17:30:51 +0000 (17:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@756668 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_mime_magic.c

index ce1121df73d0da0db5e759f999bf57684df23a41..307972f224adc358d9ec8d612581079fdef67cba 100644 (file)
@@ -885,10 +885,10 @@ static int tryit(request_rec *r, unsigned char *buf, apr_size_t nb,
     /*
      * 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)