You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ch...@apache.org on 2008/12/09 19:40:18 UTC

svn commit: r724813 - /httpd/httpd/trunk/modules/aaa/mod_authz_core.c

Author: chrisd
Date: Tue Dec  9 10:40:18 2008
New Revision: 724813

URL: http://svn.apache.org/viewvc?rev=724813&view=rev
Log:
whitespace cleanup

Modified:
    httpd/httpd/trunk/modules/aaa/mod_authz_core.c

Modified: httpd/httpd/trunk/modules/aaa/mod_authz_core.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_authz_core.c?rev=724813&r1=724812&r2=724813&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/aaa/mod_authz_core.c (original)
+++ httpd/httpd/trunk/modules/aaa/mod_authz_core.c Tue Dec  9 10:40:18 2008
@@ -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 @@
                      "(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 "