4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00

white space

This commit is contained in:
Christopher Faylor 2002-11-27 02:26:44 +00:00
parent 05c728c45b
commit eb6d2e2f9a

View File

@ -77,7 +77,7 @@ internal_getlogin (cygheap_user &user)
myself->gid = pw->pw_gid;
user.set_name (pw->pw_name);
if (wincap.has_security ())
{
{
cygsid gsid;
if (gsid.getfromgr (getgrgid32 (pw->pw_gid)))
{