You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2020/06/29 17:43:09 UTC

svn commit: r1879345 - /httpd/httpd/trunk/server/util_etag.c

Author: minfrin
Date: Mon Jun 29 17:43:09 2020
New Revision: 1879345

URL: http://svn.apache.org/viewvc?rev=1879345&view=rev
Log:
Remove tabs.

Modified:
    httpd/httpd/trunk/server/util_etag.c

Modified: httpd/httpd/trunk/server/util_etag.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_etag.c?rev=1879345&r1=1879344&r2=1879345&view=diff
==============================================================================
--- httpd/httpd/trunk/server/util_etag.c (original)
+++ httpd/httpd/trunk/server/util_etag.c Mon Jun 29 17:43:09 2020
@@ -158,10 +158,10 @@ AP_DECLARE(char *) ap_make_etag_ex(reque
             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 "";