]> granicus.if.org Git - apache/commitdiff
fix indent
authorEric Covener <covener@apache.org>
Wed, 21 Dec 2016 16:24:04 +0000 (16:24 +0000)
committerEric Covener <covener@apache.org>
Wed, 21 Dec 2016 16:24:04 +0000 (16:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1775491 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1145e67f784ef59b04ec8fc404ca79b36462e9b8..4eff68ac0758a896b4317b25ad480c0c3bae84b2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
- *) mod_proxy_fcgi, mod_fcgid: Fix crashes in ap_fcgi_encoded_env_len() when
-    modules add empty environment variables to the request. PR60275.
-    [<alex2grad AT gmail.com>]
 *) mod_proxy_fcgi, mod_fcgid: Fix crashes in ap_fcgi_encoded_env_len() when
+     modules add empty environment variables to the request. PR60275.
+     [<alex2grad AT gmail.com>]
     
   *) http: Allow unknown response status' lines returned in the form of
      "HTTP/x.x xxx Status xxx".  [Yann Ylavic]