From b75a4591c85259b19d3b6db340a1e9d33fda3b10 Mon Sep 17 00:00:00 2001 From: svn Date: Wed, 28 Nov 2018 00:35:27 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io.c') 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; } } -- cgit v1.2.3