From b8cfd5c4142c28dde844678f2d506ccaf058dc78 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 4 Dec 2012 21:13:02 -0800 Subject: librustc: Long lines. rs=rustbot --- 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 bebced8f38a..86907706bbf 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -155,7 +155,9 @@ macro_rules! maybe_whole ( _ => () }) ; (pair_empty $p:expr, $constructor:ident) => ( match copy $p.token { - INTERPOLATED(token::$constructor(ref x)) => { $p.bump(); return (~[], (*x)); } + INTERPOLATED(token::$constructor(ref x)) => { + $p.bump(); return (~[], (*x)); + } _ => () }) -- cgit 1.4.1-3-g733a5