s3:passdb: Fix code formatting
[samba.git] / 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;
                }