diff options
author | Christopher Faylor <me@cgf.cx> | 2011-06-06 05:02:13 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2011-06-06 05:02:13 +0000 |
commit | b86f999af19e2ef688661a66c07420089425646a (patch) | |
tree | b4d01ee69bf9c61cd94bc98520820608595a3a53 /winsup/cygwin/cygheap.cc | |
parent | daf7238603ffb7ed994ee492ed63620f6f919835 (diff) | |
download | cygnal-b86f999af19e2ef688661a66c07420089425646a.tar.gz cygnal-b86f999af19e2ef688661a66c07420089425646a.tar.bz2 cygnal-b86f999af19e2ef688661a66c07420089425646a.zip |
whitespace elimination
Diffstat (limited to 'winsup/cygwin/cygheap.cc')
-rw-r--r-- | winsup/cygwin/cygheap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc index 35d133a2b..554375943 100644 --- a/winsup/cygwin/cygheap.cc +++ b/winsup/cygwin/cygheap.cc @@ -446,7 +446,7 @@ cygheap_user::set_name (const char *new_name) if (allocated) { /* Windows user names are case-insensitive. Here we want the correct - username, though, even if it only differs by case. */ + username, though, even if it only differs by case. */ if (!strcmp (new_name, pname)) return; cfree (pname); |