From 6ccc2379b2d66a2cff8e20e909b6d9d7d089d016 Mon Sep 17 00:00:00 2001 From: svn Date: Thu, 29 Nov 2018 22:37:35 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/io.c b/io.c index 5d31a6d283..b833bbc25e 100644 --- a/io.c +++ b/io.c @@ -1730,7 +1730,7 @@ io_writev(int argc, VALUE *argv, VALUE io) /* sync at last item */ n = io_fwrite(rb_obj_as_string(argv[i]), fptr, (i < argc-1)); } - if (n < 0L) rb_sys_fail_path(fptr->pathv); + if (n < 0L) rb_sys_fail_path(fptr->pathv); total = rb_fix_plus(LONG2FIX(n), total); } @@ -6626,7 +6626,7 @@ pipe_open(VALUE execarg_obj, const char *modestr, int fmode, # if defined(HAVE_SPAWNVE) if (eargp->envp_str) envp = (char **)RSTRING_PTR(eargp->envp_str); # endif - while ((pid = DO_SPAWN(cmd, args, envp)) < 0) { + while ((pid = DO_SPAWN(cmd, args, envp)) < 0) { /* exec failed */ switch (e = errno) { case EAGAIN: @@ -10887,7 +10887,7 @@ nogvl_copy_file_range(struct copy_stream_struct *stp) copy_length = stp->copy_length; if (copy_length < (off_t)0) { - if (src_offset < (off_t)0) { + if (src_offset < (off_t)0) { off_t current_offset; errno = 0; current_offset = lseek(stp->src_fd, 0, SEEK_CUR); -- cgit v1.2.3