You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2020/06/19 20:10:22 UTC

svn commit: r1879009 - /httpd/httpd/trunk/include/http_request.h

Author: jailletc36
Date: Fri Jun 19 20:10:22 2020
New Revision: 1879009

URL: http://svn.apache.org/viewvc?rev=1879009&view=rev
Log:
Axe an empty line in a dox comment  in order to synch with 2.4.x

[skip ci]

Modified:
    httpd/httpd/trunk/include/http_request.h

Modified: httpd/httpd/trunk/include/http_request.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/http_request.h?rev=1879009&r1=1879008&r2=1879009&view=diff
==============================================================================
--- httpd/httpd/trunk/include/http_request.h (original)
+++ httpd/httpd/trunk/include/http_request.h Fri Jun 19 20:10:22 2020
@@ -187,7 +187,6 @@ AP_DECLARE(void) ap_internal_fast_redire
  * @return 1 if authentication is required, 0 otherwise
  * @bug Behavior changed in 2.4.x refactoring, API no longer usable
  * @deprecated @see ap_some_authn_required()
- *
  */
 AP_DECLARE(int) ap_some_auth_required(request_rec *r);