Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-11-27 05:26:44 +0300
committerChristopher Faylor <me@cgf.cx>2002-11-27 05:26:44 +0300
commiteb6d2e2f9a8be898e936b6ac07135d57a566014b (patch)
treee3f7e87565199fcd76561c091c9fd1be32c52f57
parent05c728c45b986cc43a8bebc8323e5eed00b93062 (diff)
white space
-rw-r--r--winsup/cygwin/uinfo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc
index 8dec58e66..8c853ac2a 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)))
{