From f12bd41728cf23c33ebf34bf971b194ebf46715a Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 6 Dec 2016 03:36:52 +0000 Subject: remove unnecessary variable * st.c (do_hash): remove unnecessary variable and cast. * hash.c, numeric.c, st.c: adjust style and indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index d2c9cf701b..74771cba6f 100644 --- a/numeric.c +++ b/numeric.c @@ -1453,7 +1453,7 @@ flo_hash(VALUE num) VALUE rb_dbl_hash(double d) { - return LONG2FIX(rb_dbl_long_hash (d)); + return LONG2FIX(rb_dbl_long_hash(d)); } VALUE -- cgit v1.2.3