From 1688b71ca4f762e61fde8c5f1bef9ceca6f694c9 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 6 Nov 2010 19:46:42 +0100 Subject: ldb:ldb_tdb.c - ltdb_check_special_dn - fix indentation --- source4/lib/ldb/ldb_tdb/ldb_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') 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; -- cgit