summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-05-09 23:40:22 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2013-05-09 23:40:22 +0900
commitf545d88373f17d9e0772e33eca09e281007ab097 (patch)
tree89ea86f298887370846c043615b1a065ef979bda
parent9e3ec665ca93ba1bf9725ed4e0a9a67164a29eb9 (diff)
downloadmruby-f545d88373f17d9e0772e33eca09e281007ab097.tar.gz
mruby-f545d88373f17d9e0772e33eca09e281007ab097.zip
fix indentation
-rw-r--r--src/variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variable.c b/src/variable.c
index 87847d7e4..4eb428a25 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -697,7 +697,7 @@ mrb_mod_cv_get(mrb_state *mrb, struct RClass * c, mrb_sym sym)
c = c->super;
}
mrb_name_error(mrb, sym, "uninitialized class variable %S in %S",
- mrb_sym2str(mrb, sym), mrb_obj_value(cls));
+ mrb_sym2str(mrb, sym), mrb_obj_value(cls));
/* not reached */
return mrb_nil_value();
}