dsdb/linked_attributes: improve formatting in some places
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 26 Feb 2019 23:18:11 +0000 (12:18 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 4 Mar 2019 21:41:18 +0000 (21:41 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/linked_attributes.c

index 86540988dc4f98c3f9aa76f2de332cbc7f33feb4..0ef15a18aa3aad5d2375f8b65db26955aa04588e 100644 (file)
@@ -939,8 +939,10 @@ static int linked_attributes_fix_forward_link(struct ldb_module *module,
 
 static int linked_attributes_fix_links(struct ldb_module *module,
                                       struct GUID self_guid,
-                                      struct ldb_dn *old_dn, struct ldb_dn *new_dn,
-                                      struct ldb_message_element *el, struct dsdb_schema *schema,
+                                      struct ldb_dn *old_dn,
+                                      struct ldb_dn *new_dn,
+                                      struct ldb_message_element *el,
+                                      struct dsdb_schema *schema,
                                       const struct dsdb_attribute *schema_attr,
                                       struct ldb_request *parent)
 {
@@ -981,7 +983,8 @@ static int linked_attributes_fix_links(struct ldb_module *module,
                struct GUID link_guid;
                char *link_guid_str = NULL;
 
-               dsdb_dn = dsdb_dn_parse(tmp_ctx, ldb, &el->values[i], schema_attr->syntax->ldap_oid);
+               dsdb_dn = dsdb_dn_parse(tmp_ctx, ldb, &el->values[i],
+                                       schema_attr->syntax->ldap_oid);
                if (dsdb_dn == NULL) {
                        talloc_free(tmp_ctx);
                        return LDB_ERR_INVALID_DN_SYNTAX;