diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2020-06-19 22:10:22 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2020-06-19 22:10:22 +0200 |
commit | d0be8f13cf6befac8149f10a1826a970054210bc (patch) | |
tree | 6842a58ce0c0a530a9349513f6f75d59f35e15dd /include/http_request.h | |
parent | Add a space to be consistent with surrounding code and to synch with 2.4.x (diff) | |
download | apache2-d0be8f13cf6befac8149f10a1826a970054210bc.tar.xz apache2-d0be8f13cf6befac8149f10a1826a970054210bc.zip |
Axe an empty line in a dox comment in order to synch with 2.4.x
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879009 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_request.h')
-rw-r--r-- | include/http_request.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/http_request.h b/include/http_request.h index f2ea379b23..aedafed89e 100644 --- a/include/http_request.h +++ b/include/http_request.h @@ -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); |