summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-02-13 18:17:29 +0000
committerChristopher Faylor <me@cgf.cx>2005-02-13 18:17:29 +0000
commit264f41f081816b2e2f80b5a0c7e1da79cda194bb (patch)
tree70b86b4292c4263b90546213bbe6657dfe166baf /winsup/cygwin/path.cc
parentba8c69552f3c2b2ba05b9ff7c46cbc9667a871c3 (diff)
downloadcygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.gz
cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.bz2
cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.zip
white space
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 7294d2267..d2cb55640 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -731,7 +731,7 @@ is_virtual_symlink:
{
error = ENOTDIR;
goto out;
- }
+ }
if (pcheck_case == PCHECK_RELAXED)
goto out; // file found
/* Avoid further symlink evaluation. Only case checks are
@@ -1938,7 +1938,7 @@ mount_info::read_cygdrive_info_from_registry ()
for (int i = 0; i < 2; i++)
{
if (i)
- cygheap->user.deimpersonate ();
+ cygheap->user.deimpersonate ();
reg_key r (i, KEY_READ, CYGWIN_INFO_CYGWIN_MOUNT_REGISTRY_NAME, NULL);
if (i)
cygheap->user.reimpersonate ();
@@ -1954,7 +1954,7 @@ mount_info::read_cygdrive_info_from_registry ()
if (i == 0)
cygdrive_flags &= ~MOUNT_SYSTEM;
else
- cygdrive_flags |= MOUNT_SYSTEM;
+ cygdrive_flags |= MOUNT_SYSTEM;
slashify (cygdrive, cygdrive, 1);
cygdrive_len = strlen (cygdrive);
}