From 5a2c30564337bfc8ba991c45ce8db6eee1831ace Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 27 Dec 2015 19:55:40 +0100 Subject: [PATCH] idmap: Fix whitespace Signed-off-by: Volker Lendecke Reviewed-by: Uri Simchoni --- source3/winbindd/idmap_nss.c | 8 ++++---- source3/winbindd/idmap_rid.c | 6 +++--- source3/winbindd/idmap_util.c | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source3/winbindd/idmap_nss.c b/source3/winbindd/idmap_nss.c index e65a499974e..24f82178608 100644 --- a/source3/winbindd/idmap_nss.c +++ b/source3/winbindd/idmap_nss.c @@ -30,16 +30,16 @@ #define DBGC_CLASS DBGC_IDMAP /***************************** - Initialise idmap database. + Initialise idmap database. *****************************/ static NTSTATUS idmap_nss_int_init(struct idmap_domain *dom) -{ +{ return NT_STATUS_OK; } /********************************** - lookup a set of unix ids. + lookup a set of unix ids. **********************************/ static NTSTATUS idmap_nss_unixids_to_sids(struct idmap_domain *dom, struct id_map **ids) @@ -120,7 +120,7 @@ static NTSTATUS idmap_nss_unixids_to_sids(struct idmap_domain *dom, struct id_ma } /********************************** - lookup a set of sids. + lookup a set of sids. **********************************/ static NTSTATUS idmap_nss_sids_to_unixids(struct idmap_domain *dom, struct id_map **ids) diff --git a/source3/winbindd/idmap_rid.c b/source3/winbindd/idmap_rid.c index d6c649bd9e1..d68dbf788d7 100644 --- a/source3/winbindd/idmap_rid.c +++ b/source3/winbindd/idmap_rid.c @@ -94,7 +94,7 @@ static NTSTATUS idmap_rid_id_to_sid(struct idmap_domain *dom, struct id_map *map } /********************************** - Single sid to id lookup function. + Single sid to id lookup function. **********************************/ static NTSTATUS idmap_rid_sid_to_id(struct idmap_domain *dom, struct id_map *map) @@ -123,7 +123,7 @@ static NTSTATUS idmap_rid_sid_to_id(struct idmap_domain *dom, struct id_map *map } /********************************** - lookup a set of unix ids. + lookup a set of unix ids. **********************************/ static NTSTATUS idmap_rid_unixids_to_sids(struct idmap_domain *dom, struct id_map **ids) @@ -151,7 +151,7 @@ static NTSTATUS idmap_rid_unixids_to_sids(struct idmap_domain *dom, struct id_ma } /********************************** - lookup a set of sids. + lookup a set of sids. **********************************/ static NTSTATUS idmap_rid_sids_to_unixids(struct idmap_domain *dom, struct id_map **ids) diff --git a/source3/winbindd/idmap_util.c b/source3/winbindd/idmap_util.c index dc7d37c6dc0..f90565f6a6c 100644 --- a/source3/winbindd/idmap_util.c +++ b/source3/winbindd/idmap_util.c @@ -32,7 +32,7 @@ /***************************************************************** Returns the SID mapped to the given UID. If mapping is not possible returns an error. -*****************************************************************/ +*****************************************************************/ NTSTATUS idmap_uid_to_sid(struct dom_sid *sid, uid_t uid) { @@ -95,7 +95,7 @@ backend: /***************************************************************** Returns SID mapped to the given GID. If mapping is not possible returns an error. -*****************************************************************/ +*****************************************************************/ NTSTATUS idmap_gid_to_sid(struct dom_sid *sid, gid_t gid) { -- 2.34.1