From: Graham Leggett Date: Mon, 29 Jun 2020 17:43:09 +0000 (+0000) Subject: Remove tabs. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69701ffdadcee70e24a6e497ee3101d773b5da38;p=thirdparty%2Fapache%2Fhttpd.git Remove tabs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879345 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_etag.c b/server/util_etag.c index bf4ce3b0a6d..eea14e30e20 100644 --- a/server/util_etag.c +++ b/server/util_etag.c @@ -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 "";