aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/grp.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-06-06 05:02:13 +0000
committerChristopher Faylor <me@cgf.cx>2011-06-06 05:02:13 +0000
commitb86f999af19e2ef688661a66c07420089425646a (patch)
treeb4d01ee69bf9c61cd94bc98520820608595a3a53 /winsup/cygwin/grp.cc
parentdaf7238603ffb7ed994ee492ed63620f6f919835 (diff)
downloadnewlib-b86f999af19e2ef688661a66c07420089425646a.zip
newlib-b86f999af19e2ef688661a66c07420089425646a.tar.gz
newlib-b86f999af19e2ef688661a66c07420089425646a.tar.bz2
whitespace elimination
Diffstat (limited to 'winsup/cygwin/grp.cc')
-rw-r--r--winsup/cygwin/grp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/grp.cc b/winsup/cygwin/grp.cc
index 76dd5ec..dac51ed 100644
--- a/winsup/cygwin/grp.cc
+++ b/winsup/cygwin/grp.cc
@@ -346,7 +346,7 @@ internal_getgroups (int gidsetsize, __gid32_t *grouplist, cygpsid * srchsid)
hToken = cygheap->user.primary_token ();
else
hToken = hProcToken;
-
+
status = NtQueryInformationToken (hToken, TokenGroups, NULL, 0, &size);
if (NT_SUCCESS (status) || status == STATUS_BUFFER_TOO_SMALL)
{