summaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-05 04:49:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-05 04:49:54 +0000
commita6e87fd56a1711b2f3c08c8331a2e2f64e567218 (patch)
tree65854c70d59a37aa511bdc82aa9221725870392c /parse.y
parentc8380b883f5db44784b3822c75d1715a169a10ec (diff)
downloadruby-a6e87fd56a1711b2f3c08c8331a2e2f64e567218.tar.gz
ruby-a6e87fd56a1711b2f3c08c8331a2e2f64e567218.tar.xz
ruby-a6e87fd56a1711b2f3c08c8331a2e2f64e567218.zip
* compile.c: fixed indentation.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 2e34b1bfb..e8f27312e 100644
--- a/parse.y
+++ b/parse.y
@@ -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;
}