s3:passdb: Remove trailing whitespace
authorJo Sutton <josutton@catalyst.net.nz>
Tue, 13 Feb 2024 00:40:20 +0000 (13:40 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 16 Feb 2024 02:41:36 +0000 (02:41 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/passdb/pdb_samba_dsdb.c

index ef90ab7342b7f05bb27313dcd085f73f3dcd023f..d1c8ed2eeee4ac8b3c30f7682d48a031adbcf4ef 100644 (file)
@@ -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)