From 264f41f081816b2e2f80b5a0c7e1da79cda194bb Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 13 Feb 2005 18:17:29 +0000 Subject: white space --- winsup/cygwin/path.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winsup/cygwin/path.cc') 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); } -- cgit v1.2.3