s4:rootdse module - intendation fixup
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Tue, 6 Oct 2009 17:26:15 +0000 (19:26 +0200)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Tue, 6 Oct 2009 17:37:53 +0000 (19:37 +0200)
source4/dsdb/samdb/ldb_modules/rootdse.c

index a8e08ec3ad58638d79aa28d264377dd9e9e396c0..83e4e3b50edff38ec6a76c0d249c5b9f2f94ca8f 100644 (file)
@@ -722,9 +722,9 @@ static int rootdse_modify(struct ldb_module *module, struct ldb_request *req)
 }
 
 _PUBLIC_ const struct ldb_module_ops ldb_rootdse_module_ops = {
-       .name                   = "rootdse",
+       .name           = "rootdse",
        .init_context   = rootdse_init,
        .search         = rootdse_search,
-       .request                = rootdse_request,
+       .request        = rootdse_request,
        .modify         = rootdse_modify
 };