summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-05-17 14:15:47 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-05-17 14:15:47 +0000
commit993f75f263427e7fc9bd8fb7011ea8bc91816757 (patch)
treed4350f7b82370e0798d688f55c7723f6abb4b96d /source3/include/passdb.h
parent3fe27b7f9df7d2bb2f7799fd46b79928f0e614b0 (diff)
downloadsamba-993f75f263427e7fc9bd8fb7011ea8bc91816757.tar.gz
samba-993f75f263427e7fc9bd8fb7011ea8bc91816757.tar.bz2
samba-993f75f263427e7fc9bd8fb7011ea8bc91816757.zip
indent
(This used to be commit 173aac4a810782dddc85494c328a6917cb3fe0c2)
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r--source3/include/passdb.h4
1 files changed, 2 insertions, 2 deletions
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;