]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Axe an empty line in a dox comment in order to synch with 2.4.x
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 19 Jun 2020 20:10:22 +0000 (20:10 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 19 Jun 2020 20:10:22 +0000 (20:10 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879009 13f79535-47bb-0310-9956-ffa450edef68

include/http_request.h

index f2ea379b2387632fd32eedb74991c88d75ef7c5e..aedafed89e10bef561ef4f8e01f65252c7b552d5 100644 (file)
@@ -187,7 +187,6 @@ AP_DECLARE(void) ap_internal_fast_redirect(request_rec *sub_req, request_rec *r)
  * @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);