summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-28 00:35:27 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-28 00:35:27 +0000
commitb75a4591c85259b19d3b6db340a1e9d33fda3b10 (patch)
tree8283e8de12f1fd36d9e67dd5339ce7e5790da71d /io.c
parente432c526261848120b3f66c46e06bd2a4265c9bb (diff)
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/io.c b/io.c
index 138153bf4a..28dfd56a43 100644
--- a/io.c
+++ b/io.c
@@ -10890,10 +10890,10 @@ nogvl_copy_file_range(struct copy_stream_struct *stp)
stp->error_no = errno;
return -1;
}
- copy_length = src_size - current_offset;
+ copy_length = src_size - current_offset;
}
else {
- copy_length = src_size - src_offset;
+ copy_length = src_size - src_offset;
}
}