]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove tabs.
authorGraham Leggett <minfrin@apache.org>
Mon, 29 Jun 2020 17:43:09 +0000 (17:43 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 29 Jun 2020 17:43:09 +0000 (17:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879345 13f79535-47bb-0310-9956-ffa450edef68

server/util_etag.c

index bf4ce3b0a6d98e038d48e2a4d6c8d6df842dbf93..eea14e30e200f7416dd661857c20f7010998f966 100644 (file)
@@ -158,10 +158,10 @@ AP_DECLARE(char *) ap_make_etag_ex(request_rec *r, etag_rec *er)
             fd = er->fd;
         }
         else if (er->pathname) {
-               if (apr_file_open(&fd, er->pathname, APR_READ | APR_BINARY,
-                               0, r->pool) != APR_SUCCESS) {
+            if (apr_file_open(&fd, er->pathname, APR_READ | APR_BINARY,
+                    0, r->pool) != APR_SUCCESS) {
                 return "";
-               }
+            }
         }
         if (!fd) {
             return "";