From: Jo Sutton Date: Tue, 13 Feb 2024 00:40:20 +0000 (+1300) Subject: s3:passdb: Remove trailing whitespace X-Git-Tag: tdb-1.4.11~1714 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b44febc8eea317c6e09fc4f318472028745857e;p=thirdparty%2Fsamba.git s3:passdb: Remove trailing whitespace Signed-off-by: Jo Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source3/passdb/pdb_samba_dsdb.c b/source3/passdb/pdb_samba_dsdb.c index ef90ab7342b..d1c8ed2eeee 100644 --- a/source3/passdb/pdb_samba_dsdb.c +++ b/source3/passdb/pdb_samba_dsdb.c @@ -2023,13 +2023,13 @@ static bool pdb_samba_dsdb_search_aliases(struct pdb_methods *m, return true; } -/* - * Instead of taking a gid or uid, this function takes a pointer to a - * unixid. +/* + * Instead of taking a gid or uid, this function takes a pointer to a + * unixid. * * This acts as an in-out variable so that the idmap functions can correctly * receive ID_TYPE_BOTH, and this function ensures cache details are filled - * correctly rather than forcing the cache to store ID_TYPE_UID or ID_TYPE_GID. + * correctly rather than forcing the cache to store ID_TYPE_UID or ID_TYPE_GID. */ static bool pdb_samba_dsdb_id_to_sid(struct pdb_methods *m, struct unixid *id, struct dom_sid *sid)