* fhandler_disk_file.cc: White space.
* fhandler_proc.cc: Ditto. * fhandler_virtual.cc: Ditto.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user