mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
strip trailing spaces [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c33da35ddf
commit
f27d4354c8
1 changed files with 2 additions and 2 deletions
|
@ -361,11 +361,11 @@ static VALUE string_spec_rb_sprintf2(VALUE self, VALUE str, VALUE repl1, VALUE r
|
|||
static VALUE string_spec_rb_sprintf3(VALUE self, VALUE str) {
|
||||
return rb_sprintf("Result: %"PRIsVALUE".", str);
|
||||
}
|
||||
|
||||
|
||||
static VALUE string_spec_rb_sprintf4(VALUE self, VALUE str) {
|
||||
return rb_sprintf("Result: %+"PRIsVALUE".", str);
|
||||
}
|
||||
|
||||
|
||||
static VALUE string_spec_rb_vsprintf_worker(char* fmt, ...) {
|
||||
va_list varargs;
|
||||
VALUE str;
|
||||
|
|
Loading…
Add table
Reference in a new issue