fix indentation

This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-05-09 23:40:22 +09:00
parent 9e3ec665ca
commit f545d88373
+1 -1
View File
@@ -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();
}