From 1ffb6a6c9e3d4a60b7f6cbc822dd5136afb64b05 Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Fri, 17 Oct 2008 04:17:12 +0000 Subject: [PATCH] convert tabs to spaces git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@705462 13f79535-47bb-0310-9956-ffa450edef68 --- include/mod_auth.h | 10 +++++----- 1 file 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 ' from config file */ char *requirement; -- 2.50.1