From 993f75f263427e7fc9bd8fb7011ea8bc91816757 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 17 May 2002 14:15:47 +0000 Subject: indent (This used to be commit 173aac4a810782dddc85494c328a6917cb3fe0c2) --- source3/include/passdb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 9e14718994..2cda0800f8 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -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; -- cgit