From 2e2cd8297bf34dd5f613d5001da54949ba228ca6 Mon Sep 17 00:00:00 2001 From: git Date: Tue, 4 Jun 2019 19:55:04 +0900 Subject: * expand tabs. --- random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'random.c') 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); -- cgit v1.2.3