* fhandler_disk_file.cc: White space.

* fhandler_proc.cc: Ditto.
* fhandler_virtual.cc: Ditto.
This commit is contained in:
Christopher Faylor
2007-07-07 16:46:35 +00:00
parent 7b44665a7b
commit 8581e92c51
4 changed files with 30 additions and 24 deletions

View File

@@ -79,7 +79,7 @@ fhandler_virtual::opendir (int fd)
dir->__flags = 0;
if (fd >= 0)
{
{
dir->__flags |= dirent_valid_fd;
dir->__d_fd = fd;
res = dir;
@@ -87,7 +87,7 @@ fhandler_virtual::opendir (int fd)
res = dir;
}
else
{
{
cygheap_fdnew cfd;
if (cfd >= 0)
{