summaryrefslogtreecommitdiff
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
commitda3558fddb385de8cd7d0ef4556b7073139a824e (patch)
tree4b13dbda2bbe399a77bff79bc7b64e11c23a577f /parse.y
parent7b0f24634555aece61327c117e8d56d27310b281 (diff)
* parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixed
indentation broken at YARV merger. git-svn-id: svn+ssh://ci.ruby-lang.org/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 1fc7b4d8b9..d883b7c725 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();