nobu 6f8f950cc3 Fix space flag when Inf/NaN and width==3
* sprintf.c (rb_str_format): while `"% 2f"` and `"% 4f"` result in
  `" Inf"` and `" Inf"` respectively, `"% 3f"` results in
  `"Inf"` (no space).

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-04-23 01:04:39 +00:00
..
2017-04-07 13:26:12 +00:00
2017-04-13 16:19:46 +00:00
2017-03-14 15:14:21 +00:00
2017-03-17 01:29:24 +00:00
2017-03-21 03:15:57 +00:00