indent
authorAndrew Bartlett <abartlet@samba.org>
Fri, 17 May 2002 14:15:47 +0000 (14:15 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 17 May 2002 14:15:47 +0000 (14:15 +0000)
(This used to be commit 173aac4a810782dddc85494c328a6917cb3fe0c2)

source3/include/passdb.h

index 9e147189941791f7d650bcffb07a420fa127e6c3..2cda0800f8a5834bf898a0757dbdd0a4cd2ab79c 100644 (file)
@@ -29,7 +29,7 @@
 
 typedef struct pdb_context 
 {
-    struct pdb_methods *pdb_methods;
+       struct pdb_methods *pdb_methods;
        struct pdb_methods *pwent_methods;
        
        /* These functions are wrappers for the functions listed above.
@@ -60,7 +60,7 @@ typedef struct pdb_context
 typedef struct pdb_methods 
 {
        const char *name; /* What name got this module */
-    struct pdb_context *parent;
+       struct pdb_context *parent;
 
        /* Use macros from dlinklist.h on these two */
        struct pdb_methods *next;