summaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-04 16:36:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-04 16:36:36 +0000
commit8bf086aa36132eefb11681f8d17f126cbf99f1cd (patch)
tree4b13dbda2bbe399a77bff79bc7b64e11c23a577f /parse.y
parent157d7eb4ffccfb4585ddaa5576139346e4f51537 (diff)
downloadruby-8bf086aa36132eefb11681f8d17f126cbf99f1cd.tar.gz
ruby-8bf086aa36132eefb11681f8d17f126cbf99f1cd.tar.xz
ruby-8bf086aa36132eefb11681f8d17f126cbf99f1cd.zip
* parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixed
indentation broken at YARV merger. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse.y b/parse.y
index 1fc7b4d8b..d883b7c72 100644
--- a/parse.y
+++ b/parse.y
@@ -6085,8 +6085,8 @@ parser_yylex(struct parser_params *parser)
}
if (c == '>') {
lex_state = EXPR_ARG;
- return tLAMBDA;
- }
+ return tLAMBDA;
+ }
if (IS_BEG() ||
(IS_ARG() && space_seen && !ISSPACE(c))) {
if (IS_ARG()) arg_ambiguous();