ruby-changes:56002
From: git <ko1@a...>
Date: Tue, 4 Jun 2019 19:55:23 +0900 (JST)
Subject: [ruby-changes:56002] git: 2e2cd8297b (trunk): * expand tabs.
https://git.ruby-lang.org/ruby.git/commit/?id=2e2cd8297b From 2e2cd8297bf34dd5f613d5001da54949ba228ca6 Mon Sep 17 00:00:00 2001 From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Tue, 4 Jun 2019 19:55:04 +0900 Subject: * expand tabs. diff --git a/random.c b/random.c index dc2f1f2..9d903f1 100644 --- a/random.c +++ b/random.c @@ -1545,7 +1545,7 @@ InitVM_Random(void) https://github.com/ruby/ruby/blob/trunk/random.c#L1545 { /* 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 v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/