idmap: Fix whitespace
[obnox/samba/samba-obnox.git] / source3 / winbindd / idmap_util.c
index dc7d37c6dc058c8bac608d4f7b354785ad798592..f90565f6a6caea997ffa674c59467e8839ff81ec 100644 (file)
@@ -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)
 {