diff options
author | Chris Darroch <chrisd@apache.org> | 2008-12-09 19:40:18 +0100 |
---|---|---|
committer | Chris Darroch <chrisd@apache.org> | 2008-12-09 19:40:18 +0100 |
commit | 85e7288fb54b4c09317811c40328546a188835f8 (patch) | |
tree | 8d9577551aa52473a57cc6ed7fe3938ce1f47cef /modules/aaa | |
parent | reset chain if we need to... (diff) | |
download | apache2-85e7288fb54b4c09317811c40328546a188835f8.tar.xz apache2-85e7288fb54b4c09317811c40328546a188835f8.zip |
whitespace cleanup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724813 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/aaa')
-rw-r--r-- | modules/aaa/mod_authz_core.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/aaa/mod_authz_core.c b/modules/aaa/mod_authz_core.c index 2ac4c12d77..e26003b117 100644 --- a/modules/aaa/mod_authz_core.c +++ b/modules/aaa/mod_authz_core.c @@ -61,7 +61,7 @@ ((section)->negate ? "Not" : ""), \ (((section)->op == AUTHZ_LOGIC_AND) \ ? "All" : "Any"), \ - ">", NULL)) \ + ">", NULL)) typedef struct provider_alias_rec { char *provider_name; @@ -639,7 +639,8 @@ static const command_rec authz_cmds[] = "(or not) for a request to suceeed"), AP_INIT_RAW_ARGS("<MatchAll", add_authz_section, NULL, OR_AUTHCFG, "container for grouping authorization directives " - "of which none must fail and at least one must pass " "for a request to succeed"), + "of which none must fail and at least one must pass " + "for a request to succeed"), AP_INIT_RAW_ARGS("<MatchAny", add_authz_section, NULL, OR_AUTHCFG, "container for grouping authorization directives " "of which one must pass " |