ldb:ldb_tdb.c - ltdb_check_special_dn - fix indentation
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 6 Nov 2010 18:46:42 +0000 (19:46 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 6 Nov 2010 19:24:19 +0000 (20:24 +0100)
source4/lib/ldb/ldb_tdb/ldb_tdb.c

index 0e91b5bba6ab85041247e75a8c027a3ca4aa3b8b..2e88989d574ad28207a117a61d612c640aa2a856 100644 (file)
@@ -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;