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/10/17 06:17:14 UTC

svn commit: r705462 - /httpd/httpd/trunk/include/mod_auth.h

Author: chrisd
Date: Thu Oct 16 21:17:12 2008
New Revision: 705462

URL: http://svn.apache.org/viewvc?rev=705462&view=rev
Log:
convert tabs to spaces

Modified:
    httpd/httpd/trunk/include/mod_auth.h

Modified: httpd/httpd/trunk/include/mod_auth.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/mod_auth.h?rev=705462&r1=705461&r2=705462&view=diff
==============================================================================
--- httpd/httpd/trunk/include/mod_auth.h (original)
+++ httpd/httpd/trunk/include/mod_auth.h Thu Oct 16 21:17:12 2008
@@ -78,8 +78,8 @@
 } 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 @@
 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;