From 61827a70205c0be48badf09eced0e0d5dc6a4e02 Mon Sep 17 00:00:00 2001 From: John Clements Date: Mon, 4 Feb 2013 13:22:43 -0800 Subject: lines too long --- src/libsyntax/ext/tt/transcribe.rs | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/ext/tt/transcribe.rs b/src/libsyntax/ext/tt/transcribe.rs index ac82cfff690..ba42c3744e5 100644 --- a/src/libsyntax/ext/tt/transcribe.rs +++ b/src/libsyntax/ext/tt/transcribe.rs @@ -201,23 +201,24 @@ pub fn tt_next_token(r: &tt_reader_) -> TokenAndSpan { } tt_seq(sp, ref tts, ref sep, zerok) => { match lockstep_iter_size(tt_seq(sp, (*tts), (*sep), zerok), r) { - lis_unconstrained => { - r.sp_diag.span_fatal( - sp, /* blame macro writer */ - ~"attempted to repeat an expression containing no syntax \ - variables matched as repeating at this depth"); + lis_unconstrained => { + r.sp_diag.span_fatal( + sp, /* blame macro writer */ + ~"attempted to repeat an expression \ + containing no syntax \ + variables matched as repeating at this depth"); } lis_contradiction(ref msg) => { /* FIXME #2887 blame macro invoker instead*/ r.sp_diag.span_fatal(sp, (*msg)); } lis_constraint(len, _) => { - if len == 0 { - if !zerok { - r.sp_diag.span_fatal(sp, /* FIXME #2887 blame invoker - */ - ~"this must repeat at least \ - once"); + if len == 0 { + if !zerok { + r.sp_diag.span_fatal(sp, /* FIXME #2887 blame invoker + */ + ~"this must repeat at least \ + once"); } r.cur.idx += 1u; -- cgit 1.4.1-3-g733a5