ruby-changes:55989
From: git <ko1@a...>
Date: Tue, 4 Jun 2019 11:40:33 +0900 (JST)
Subject: [ruby-changes:55989] git: b0cb4bdb4e (trunk): * expand tabs.
https://git.ruby-lang.org/ruby.git/commit/?id=b0cb4bdb4e From b0cb4bdb4ee2aabc2f068a194a10882515d995d3 Mon Sep 17 00:00:00 2001 From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Tue, 4 Jun 2019 11:40:21 +0900 Subject: * expand tabs. diff --git a/node.c b/node.c index d2bf9bf..558a4ce 100644 --- a/node.c +++ b/node.c @@ -92,7 +92,7 @@ add_id(VALUE buf, ID id) https://github.com/ruby/ruby/blob/trunk/node.c#L92 A(":"); AR(str); } else { - rb_str_catf(buf, "(internal variable: 0x%"PRIsVALUE")", id); + rb_str_catf(buf, "(internal variable: 0x%"PRIsVALUE")", id); } } } -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/