]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
whitespace cleanup
authorChris Darroch <chrisd@apache.org>
Tue, 9 Dec 2008 18:40:18 +0000 (18:40 +0000)
committerChris Darroch <chrisd@apache.org>
Tue, 9 Dec 2008 18:40:18 +0000 (18:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724813 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authz_core.c

index 2ac4c12d77330e868b6cc0ac202e0880bed5daa9..e26003b1177ffe7dd3694ad3c12785e568737b19 100644 (file)
@@ -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 "