ruby-changes:41812
From: nobu <ko1@a...>
Date: Sun, 21 Feb 2016 19:42:08 +0900 (JST)
Subject: [ruby-changes:41812] nobu:r53886 (trunk): vm.c (vm_cref_new0): adjust indent [ci skip]
nobu 2016-02-21 19:42:40 +0900 (Sun, 21 Feb 2016) New Revision: 53886 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53886 Log: vm.c (vm_cref_new0): adjust indent [ci skip] Modified files: trunk/vm.c Index: vm.c =================================================================== --- vm.c (revision 53885) +++ vm.c (revision 53886) @@ -90,7 +90,7 @@ vm_cref_new0(VALUE klass, rb_method_visi https://github.com/ruby/ruby/blob/trunk/vm.c#L90 { VALUE refinements = Qnil; int omod_shared = FALSE; - rb_cref_t *cref; + rb_cref_t *cref; /* scope */ union { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/