summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_disk_file.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-03-09 20:31:07 +0000
committerChristopher Faylor <me@cgf.cx>2003-03-09 20:31:07 +0000
commita113a3c540bc175afae325620f3537dbd61a8978 (patch)
tree0c2ed2ed60b9e06668f5703277a15c407a0d28d3 /winsup/cygwin/fhandler_disk_file.cc
parentc367dfd02c197b33e432f97d74351735f6242e12 (diff)
downloadcygnal-a113a3c540bc175afae325620f3537dbd61a8978.tar.gz
cygnal-a113a3c540bc175afae325620f3537dbd61a8978.tar.bz2
cygnal-a113a3c540bc175afae325620f3537dbd61a8978.zip
whitespace cleanup
Diffstat (limited to 'winsup/cygwin/fhandler_disk_file.cc')
-rw-r--r--winsup/cygwin/fhandler_disk_file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_disk_file.cc b/winsup/cygwin/fhandler_disk_file.cc
index 81ea8f27c..96428d1c4 100644
--- a/winsup/cygwin/fhandler_disk_file.cc
+++ b/winsup/cygwin/fhandler_disk_file.cc
@@ -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;