white space

This commit is contained in:
Christopher Faylor
2005-02-13 18:17:29 +00:00
parent ba8c69552f
commit 264f41f081
17 changed files with 42 additions and 42 deletions

View File

@ -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);
}