summaryrefslogtreecommitdiffhomepage
path: root/src/compar.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-04-30 15:41:37 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2012-04-30 15:41:37 -0700
commit7c9080302801e2f2619c1848627bc310c7f3c1cb (patch)
tree40539734fd32004652f7c98e2b88921aa57c8b25 /src/compar.c
parent6b739d91735fe83bd29f6ca8505c00d530e85584 (diff)
parent4ec6d41f16e20fadc6f4c0de363a26a59a1a13fb (diff)
downloadmruby-7c9080302801e2f2619c1848627bc310c7f3c1cb.tar.gz
mruby-7c9080302801e2f2619c1848627bc310c7f3c1cb.zip
Merge pull request #79 from rystyle/whitespace
rm whitespace mix
Diffstat (limited to 'src/compar.c')
-rw-r--r--src/compar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compar.c b/src/compar.c
index 5fef89329..bcd77867e 100644
--- a/src/compar.c
+++ b/src/compar.c
@@ -1,6 +1,6 @@
/*
** compar.c - Comparable module
-**
+**
** See Copyright Notice in mruby.h
*/
@@ -22,7 +22,7 @@ mrb_cmperr(mrb_state *mrb, mrb_value x, mrb_value y)
classname = mrb_obj_classname(mrb, y);
}
mrb_raise(mrb, E_ARGUMENT_ERROR, "comparison of %s with %s failed",
- mrb_obj_classname(mrb, x), classname);
+ mrb_obj_classname(mrb, x), classname);
}
int