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

@@ -75,7 +75,7 @@ fhandler_virtual::opendir (path_conv& pc)
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;