Skip to content

Commit d77f8d5

Browse files
committed
Long lines
1 parent 0b958e7 commit d77f8d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libsyntax/ext/expand.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ fn expand_expr(exts: HashMap<~str, SyntaxExtension>, cx: ext_ctxt,
4646
cx.span_fatal(pth.span,
4747
fmt!("macro undefined: '%s'", *extname))
4848
}
49-
Some(NormalTT(SyntaxExpanderTT{expander: exp, span: exp_sp})) => {
49+
Some(NormalTT(SyntaxExpanderTT{expander: exp,
50+
span: exp_sp})) => {
5051
cx.bt_push(ExpandedFrom({call_site: s,
5152
callie: {name: *extname, span: exp_sp}}));
5253

0 commit comments

Comments
 (0)