summaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-26 05:25:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-26 05:25:08 +0000
commit7b6faae22e4e38167ad8ab6733dbc1beacd2ffa1 (patch)
tree74b2f2b99629231ad8cfddea87da2157ccd6ccf3 /hash.c
parent331b98144d7ed54aca26db06e421df044824447a (diff)
downloadruby-7b6faae22e4e38167ad8ab6733dbc1beacd2ffa1.tar.gz
ruby-7b6faae22e4e38167ad8ab6733dbc1beacd2ffa1.tar.xz
ruby-7b6faae22e4e38167ad8ab6733dbc1beacd2ffa1.zip
* removed spaces just before tabs.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 497eda918..321f7a737 100644
--- a/hash.c
+++ b/hash.c
@@ -193,7 +193,7 @@ static VALUE
hash_foreach_call(struct hash_foreach_arg *arg)
{
if (st_foreach(RHASH(arg->hash)->ntbl, hash_foreach_iter, (st_data_t)arg)) {
- rb_raise(rb_eRuntimeError, "hash modified during iteration");
+ rb_raise(rb_eRuntimeError, "hash modified during iteration");
}
return Qnil;
}