summaryrefslogtreecommitdiffhomepage
path: root/src/variable.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-03-03 04:28:58 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-03-03 04:28:58 -0800
commit4354999fc628d248da85eaf7caf4e951cb421c92 (patch)
treee9b051e73cc45f58a1ca2964e33228803752e497 /src/variable.c
parentbc46c374b40354b1f1320d5bea75fd852d0ea9ed (diff)
parent6cd7017ec11b0cbe40e8dbe462e5eda9ad7ce97c (diff)
downloadmruby-4354999fc628d248da85eaf7caf4e951cb421c92.tar.gz
mruby-4354999fc628d248da85eaf7caf4e951cb421c92.zip
Merge pull request #933 from monaka/pr-remove-trailing-whitespaces-20130303
Remove trailing whitespaces. This is just a cosmetic change.
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c2
1 files changed, 1 insertions, 1 deletions
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);
}