mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
This commit is contained in:
parent
7866ed850c
commit
b0cb4bdb4e
1 changed files with 1 additions and 1 deletions
2
node.c
2
node.c
|
@ -92,7 +92,7 @@ add_id(VALUE buf, ID id)
|
|||
A(":"); AR(str);
|
||||
}
|
||||
else {
|
||||
rb_str_catf(buf, "(internal variable: 0x%"PRIsVALUE")", id);
|
||||
rb_str_catf(buf, "(internal variable: 0x%"PRIsVALUE")", id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue