From ea88f7ddf914a85b82f4c228a2e1278c55dff962 Mon Sep 17 00:00:00 2001 From: svn Date: Wed, 30 Jan 2019 06:06:02 +0000 Subject: [PATCH] * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enumerator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enumerator.c b/enumerator.c index 6f50ce97a2..edaeb52da0 100644 --- a/enumerator.c +++ b/enumerator.c @@ -2836,7 +2836,7 @@ arith_seq_first(int argc, VALUE *argv, VALUE self) n = NUM2LONG(argv[0]); if (n < 0) { - rb_raise(rb_eArgError, "attempt to take negative size"); + rb_raise(rb_eArgError, "attempt to take negative size"); } if (n == 0) { return rb_ary_new_capa(0);