white space

This commit is contained in:
Christopher Faylor 2002-11-27 02:26:44 +00:00
parent 05c728c45b
commit eb6d2e2f9a
1 changed files with 1 additions and 1 deletions

View File

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