summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-06 19:46:42 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-06 20:24:19 +0100
commit1688b71ca4f762e61fde8c5f1bef9ceca6f694c9 (patch)
tree823b2dcbe4fbaa6e769e9553b359c8ea33e3493f
parent889fa1cac55b79a268dbbd63d836a0917b8a79a3 (diff)
downloadsamba-1688b71ca4f762e61fde8c5f1bef9ceca6f694c9.tar.gz
samba-1688b71ca4f762e61fde8c5f1bef9ceca6f694c9.tar.bz2
samba-1688b71ca4f762e61fde8c5f1bef9ceca6f694c9.zip
ldb:ldb_tdb.c - ltdb_check_special_dn - fix indentation
-rw-r--r--source4/lib/ldb/ldb_tdb/ldb_tdb.c2
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;