From: Rainer Jung Date: Fri, 20 Mar 2009 17:30:51 +0000 (+0000) Subject: Whitespace cleanup before doing other changes. X-Git-Tag: 2.3.2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f7a00cb1d2f5ee360e71c7a8e469c6e1406e823;p=apache Whitespace cleanup before doing other changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@756668 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/metadata/mod_mime_magic.c b/modules/metadata/mod_mime_magic.c index ce1121df73..307972f224 100644 --- a/modules/metadata/mod_mime_magic.c +++ b/modules/metadata/mod_mime_magic.c @@ -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)