diff options
author | Chris Darroch <chrisd@apache.org> | 2008-10-17 06:17:12 +0200 |
---|---|---|
committer | Chris Darroch <chrisd@apache.org> | 2008-10-17 06:17:12 +0200 |
commit | 1ffb6a6c9e3d4a60b7f6cbc822dd5136afb64b05 (patch) | |
tree | 5bf0c2ad56e658c235c2584a1a370de41ebed936 /include/mod_auth.h | |
parent | Prior to authn/z refactoring in r368027, if authorization Require (diff) | |
download | apache2-1ffb6a6c9e3d4a60b7f6cbc822dd5136afb64b05.tar.xz apache2-1ffb6a6c9e3d4a60b7f6cbc822dd5136afb64b05.zip |
convert tabs to spaces
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@705462 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/mod_auth.h')
-rw-r--r-- | include/mod_auth.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/mod_auth.h b/include/mod_auth.h index 7852e9e554..23d3f1ccce 100644 --- a/include/mod_auth.h +++ b/include/mod_auth.h @@ -78,8 +78,8 @@ typedef enum { } authz_status; typedef enum { - AUTHZ_REQSTATE_ONE, - AUTHZ_REQSTATE_ALL + AUTHZ_REQSTATE_ONE, + AUTHZ_REQSTATE_ALL } authz_request_state; typedef struct { @@ -119,11 +119,11 @@ typedef struct authz_provider_list authz_provider_list; struct authz_provider_list { const char *provider_name; const authz_provider *provider; - authz_provider_list *one_next; - authz_provider_list *all_next; + authz_provider_list *one_next; + authz_provider_list *all_next; /** If a Limit method is in effect, this field will be set */ apr_int64_t method_mask; - authz_request_state req_state; + authz_request_state req_state; int req_state_level; /** String following 'require <provider>' from config file */ char *requirement; |