mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Remove trailing spaces [ci skip]
This commit is contained in:
parent
1b3a6847be
commit
d2bf6133f6
5 changed files with 6 additions and 6 deletions
|
@ -755,7 +755,7 @@ VALUE
|
|||
rb_gv_get(const char *name)
|
||||
{
|
||||
ID id = find_global_id(name);
|
||||
|
||||
|
||||
if (!id) {
|
||||
rb_warning("global variable `%s' not initialized", name);
|
||||
return Qnil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue