diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-05 04:49:54 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-05 04:49:54 +0000 |
commit | 194a01a484de0ed73256fea0321264b8aebfd258 (patch) | |
tree | 65854c70d59a37aa511bdc82aa9221725870392c /parse.y | |
parent | 35eb54258865b73ac83bca0f1375c6c1f42c61d9 (diff) | |
download | ruby-194a01a484de0ed73256fea0321264b8aebfd258.tar.gz |
* compile.c: fixed indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7915,7 +7915,7 @@ arg_dup_check(ID vid, VALUE m, VALUE list, NODE *node) ruby_sourceline = nd_line(node); return 1; } - rb_ary_push(list, sym); + rb_ary_push(list, sym); return 0; } |