s3:passdb: Fix code formatting
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 26 Sep 2023 23:39:14 +0000 (12:39 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 25 Oct 2023 22:23:37 +0000 (22:23 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/passdb/pdb_ldap.c

index 160d624a8357f25010a72aa6233ac31a0586ae08..58b2b010b72e45d8e8dab2b624a5b5a442724f5e 100644 (file)
@@ -2849,7 +2849,8 @@ static NTSTATUS ldapsam_enum_group_members(struct pdb_methods *methods,
                                                    entry,
                                                    get_global_sam_sid(),
                                                    &rid)) {
-                       DEBUG(0, ("Severe DB error, %s can't miss the samba SID"                                                                "attribute\n", LDAP_OBJ_SAMBASAMACCOUNT));
+                       DEBUG(0, ("Severe DB error, %s can't miss the samba SID"
+                                 "attribute\n", LDAP_OBJ_SAMBASAMACCOUNT));
                        ret = NT_STATUS_INTERNAL_DB_CORRUPTION;
                        goto done;
                }