Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-03-09 23:31:07 +0300
committerChristopher Faylor <me@cgf.cx>2003-03-09 23:31:07 +0300
commita113a3c540bc175afae325620f3537dbd61a8978 (patch)
tree0c2ed2ed60b9e06668f5703277a15c407a0d28d3 /winsup/cygwin/fhandler_virtual.cc
parentc367dfd02c197b33e432f97d74351735f6242e12 (diff)
whitespace cleanup
Diffstat (limited to 'winsup/cygwin/fhandler_virtual.cc')
-rw-r--r--winsup/cygwin/fhandler_virtual.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_virtual.cc b/winsup/cygwin/fhandler_virtual.cc
index f8f3519a8..b0a7f07d8 100644
--- a/winsup/cygwin/fhandler_virtual.cc
+++ b/winsup/cygwin/fhandler_virtual.cc
@@ -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;