From 8307cb90a0d20976707a25203ff3c249c9c86411 Mon Sep 17 00:00:00 2001 From: eregon Date: Thu, 10 Jan 2013 08:12:58 +0000 Subject: * numeric.c (do_coerce): fix comment and adjust indent git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index 046527eab3..6535cb59f4 100644 --- a/numeric.c +++ b/numeric.c @@ -225,8 +225,8 @@ do_coerce(VALUE *x, VALUE *y, int err) RSTRING_PTR(v): rb_obj_classname(*y), rb_obj_classname(*x)); - } - return FALSE; /* dummy */ + } + return FALSE; } if (!RB_TYPE_P(ary, T_ARRAY) || RARRAY_LEN(ary) != 2) { -- cgit v1.2.3