summaryrefslogtreecommitdiff
path: root/lib/ldb-samba
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2018-07-10 13:37:18 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-07-12 04:31:52 +0200
commitb841da04e217646c8bf1eaa3985857ce4207965c (patch)
treecc551e3799f7035f6125f11ecb29382814ecc4a6 /lib/ldb-samba
parent19910bea876d2e9797d1e0e3e6594a56662e1e9e (diff)
downloadsamba-b841da04e217646c8bf1eaa3985857ce4207965c.tar.gz
dns: Reformat DNS with clang-format
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10812 Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/ldb-samba')
-rw-r--r--lib/ldb-samba/ldb_matching_rules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb-samba/ldb_matching_rules.c b/lib/ldb-samba/ldb_matching_rules.c
index 063a5d3c3a3..5999943dcd2 100644
--- a/lib/ldb-samba/ldb_matching_rules.c
+++ b/lib/ldb-samba/ldb_matching_rules.c
@@ -448,7 +448,7 @@ static int dsdb_match_for_expunge(struct ldb_context *ldb,
int ldb_register_samba_matching_rules(struct ldb_context *ldb)
{
struct ldb_extended_match_rule *transitive_eval = NULL,
- *match_for_expunge = NULL;
+ *match_for_expunge = NULL;
int ret;
transitive_eval = talloc_zero(ldb, struct ldb_extended_match_rule);