Remove trailing spaces [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-07-20 13:31:41 +09:00
parent 1b3a6847be
commit d2bf6133f6
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
5 changed files with 6 additions and 6 deletions

View file

@ -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;