diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-06 19:46:42 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-06 20:24:19 +0100 |
commit | 1688b71ca4f762e61fde8c5f1bef9ceca6f694c9 (patch) | |
tree | 823b2dcbe4fbaa6e769e9553b359c8ea33e3493f /source4/lib/ldb | |
parent | 889fa1cac55b79a268dbbd63d836a0917b8a79a3 (diff) | |
download | samba-1688b71ca4f762e61fde8c5f1bef9ceca6f694c9.tar.gz samba-1688b71ca4f762e61fde8c5f1bef9ceca6f694c9.tar.bz2 samba-1688b71ca4f762e61fde8c5f1bef9ceca6f694c9.zip |
ldb:ldb_tdb.c - ltdb_check_special_dn - fix indentation
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/ldb_tdb/ldb_tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.c b/source4/lib/ldb/ldb_tdb/ldb_tdb.c index 0e91b5bba6..2e88989d57 100644 --- a/source4/lib/ldb/ldb_tdb/ldb_tdb.c +++ b/source4/lib/ldb/ldb_tdb/ldb_tdb.c @@ -175,7 +175,7 @@ failed: currently only @ATTRIBUTES is checked */ static int ltdb_check_special_dn(struct ldb_module *module, - const struct ldb_message *msg) + const struct ldb_message *msg) { struct ldb_context *ldb = ldb_module_get_ctx(module); unsigned int i, j; |