Remove trailing whitespaces. This is just a cosmetic change.

This commit is contained in:
Masaki Muranaka
2013-03-03 10:54:00 +09:00
parent bc46c374b4
commit 6cd7017ec1
15 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -753,7 +753,7 @@ mrb_vm_cv_get(mrb_state *mrb, mrb_sym sym)
struct RClass *c = mrb->ci->proc->target_class;
if (!c) c = mrb->ci->target_class;
return mrb_mod_cv_get(mrb, c, sym);
}