whitespace cleanup

This commit is contained in:
Christopher Faylor
2003-03-09 20:31:07 +00:00
parent c367dfd02c
commit a113a3c540
15 changed files with 55 additions and 56 deletions

View File

@@ -628,7 +628,7 @@ fhandler_disk_file::opendir (path_conv& real_name)
dir->__d_dirent->d_version = __DIRENT_VERSION;
cygheap_fdnew fd;
if (fd >= 0)
{
{
fd = this;
fd->set_nohandle (true);
dir->__d_dirent->d_fd = fd;