From 7f7a00cb1d2f5ee360e71c7a8e469c6e1406e823 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Fri, 20 Mar 2009 17:30:51 +0000 Subject: [PATCH] Whitespace cleanup before doing other changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@756668 13f79535-47bb-0310-9956-ffa450edef68 --- modules/metadata/mod_mime_magic.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) -- 2.50.1