summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-30 03:36:09 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-30 03:36:09 +0000
commitef17936bc526652d7f3e9dc681a850d58da30242 (patch)
tree765adecb2c208c48979a9e3357e7917ebee4c209 /hash.c
parentd07d192881920b2b46899fec55bf18199bd71d31 (diff)
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 0c7418f9b7..22064cf0f3 100644
--- a/hash.c
+++ b/hash.c
@@ -159,7 +159,7 @@ rb_dbl_long_hash(double d)
union {double d; uint64_t i;} u;
u.d = d;
- return rb_objid_hash(u.i);
+ return rb_objid_hash(u.i);
}
#endif
}