s3:idmap: remove an extra blank line
[metze/samba/wip.git] / source3 / winbindd / idmap_tdb.c
index 07a77519e5dd8148b5233281b035db36b166be89..42e660b40ab51b049732a932cd65a84d93c1c604 100644 (file)
@@ -916,7 +916,6 @@ static NTSTATUS idmap_tdb_close(struct idmap_domain *dom)
 }
 
 static struct idmap_methods db_methods = {
-
        .init = idmap_tdb_db_init,
        .unixids_to_sids = idmap_tdb_unixids_to_sids,
        .sids_to_unixids = idmap_tdb_sids_to_unixids,