From 6cd7017ec11b0cbe40e8dbe462e5eda9ad7ce97c Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Sun, 3 Mar 2013 10:54:00 +0900 Subject: Remove trailing whitespaces. This is just a cosmetic change. --- src/variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/variable.c') diff --git a/src/variable.c b/src/variable.c index 5f657e3d7..d5331f844 100644 --- a/src/variable.c +++ b/src/variable.c @@ -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); } -- cgit v1.2.3