summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-04 19:55:04 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-04 19:55:04 +0900
commit2e2cd8297bf34dd5f613d5001da54949ba228ca6 (patch)
tree3fe88e34071616f19b184dec3de02b642b2db4ba
parent2c60f3714381803218313a6056d3e1dd39782ca1 (diff)
* expand tabs.
-rw-r--r--random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/random.c b/random.c
index dc2f1f2216..9d903f15d2 100644
--- a/random.c
+++ b/random.c
@@ -1545,7 +1545,7 @@ InitVM_Random(void)
{
/* Direct access to Ruby's Pseudorandom number generator (PRNG). */
- VALUE rand_default = Init_Random_default(rb_cRandom);
+ VALUE rand_default = Init_Random_default(rb_cRandom);
/* The default Pseudorandom number generator. Used by class
* methods of Random. */
rb_define_const(rb_cRandom, "DEFAULT", rand_default);