* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e432c52626
commit
b75a4591c8
4
io.c
4
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user