summaryrefslogtreecommitdiff
path: root/source3/lib/system_smbd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-03-09 21:44:04 +0100
committerJeremy Allison <jra@samba.org>2015-03-11 16:11:07 +0100
commit4cbc9369fbba309e55d82ce5f53c168c4ee0e941 (patch)
tree196743f347b25ac2f61529dcfbea46a101ea2932 /source3/lib/system_smbd.c
parentf724bfb44a6086a17d90a802c3965a0b9fd09ebd (diff)
downloadsamba-4cbc9369fbba309e55d82ce5f53c168c4ee0e941.tar.gz
lib: Fix whitespace
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/lib/system_smbd.c')
-rw-r--r--source3/lib/system_smbd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/system_smbd.c b/source3/lib/system_smbd.c
index 10d7f38d528..54381628c75 100644
--- a/source3/lib/system_smbd.c
+++ b/source3/lib/system_smbd.c
@@ -222,7 +222,7 @@ bool getgroups_unix_user(TALLOC_CTX *mem_ctx, const char *user,
if (!temp_groups) {
return False;
}
-
+
if (sys_getgrouplist(user, primary_gid,
temp_groups, &max_grp) == -1) {
DEBUG(0, ("get_user_groups: failed to get the unix "
@@ -231,7 +231,7 @@ bool getgroups_unix_user(TALLOC_CTX *mem_ctx, const char *user,
return False;
}
}
-
+
ngrp = 0;
groups = NULL;