diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-21 21:51:06 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-21 22:04:28 +0100 |
commit | ea621efee79721afff8238c94ee8c95045820d0b (patch) | |
tree | 68c3623713edc2fb014481adbec1a1c4e682265a /source4 | |
parent | 56940a28ff759fb2903891f69dc4bbf5f0789b9f (diff) | |
download | samba-ea621efee79721afff8238c94ee8c95045820d0b.tar.gz samba-ea621efee79721afff8238c94ee8c95045820d0b.tar.bz2 samba-ea621efee79721afff8238c94ee8c95045820d0b.zip |
s4:registry - "LDB backend" - fix indentation
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/registry/ldb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/registry/ldb.c b/source4/lib/registry/ldb.c index 46b340da88..dd94cf24ef 100644 --- a/source4/lib/registry/ldb.c +++ b/source4/lib/registry/ldb.c @@ -487,8 +487,8 @@ static WERROR ldb_get_subkey_by_id(TALLOC_CTX *mem_ctx, } static WERROR ldb_get_default_value(TALLOC_CTX *mem_ctx, struct hive_key *k, - const char **name, uint32_t *data_type, - DATA_BLOB *data) + const char **name, uint32_t *data_type, + DATA_BLOB *data) { struct ldb_key_data *kd = talloc_get_type(k, struct ldb_key_data); struct ldb_context *c = kd->ldb; |