From 13e00e4a3d18802ca6407e59935be9f2c33ec061 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Wed, 27 Aug 2014 21:34:03 -0700 Subject: Update based on PR feedback --- src/libsyntax/parse/parser.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index ccb398bf2fb..0780e68a062 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -579,7 +579,9 @@ impl<'a> Parser<'a> { if self.is_keyword(kw) { self.bump(); true - } else { false } + } else { + false + } } /// If the given word is not a keyword, signal an error. -- cgit 1.4.1-3-g733a5