* expand tabs.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2018-11-28 00:35:27 +00:00
parent e432c52626
commit b75a4591c8

4
io.c
View File

@ -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;
}
}