diff options
author | Christopher Faylor <me@cgf.cx> | 2002-11-27 02:26:44 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-11-27 02:26:44 +0000 |
commit | eb6d2e2f9a8be898e936b6ac07135d57a566014b (patch) | |
tree | e3f7e87565199fcd76561c091c9fd1be32c52f57 | |
parent | 05c728c45b986cc43a8bebc8323e5eed00b93062 (diff) | |
download | newlib-eb6d2e2f9a8be898e936b6ac07135d57a566014b.zip newlib-eb6d2e2f9a8be898e936b6ac07135d57a566014b.tar.gz newlib-eb6d2e2f9a8be898e936b6ac07135d57a566014b.tar.bz2 |
white space
-rw-r--r-- | winsup/cygwin/uinfo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc index 8dec58e..8c853ac 100644 --- a/winsup/cygwin/uinfo.cc +++ b/winsup/cygwin/uinfo.cc @@ -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))) { |