Fix whitespace.

This commit is contained in:
Graydon Hoare 2012-09-07 17:26:10 -07:00
parent 5d823d46ad
commit 8b39e73697

View file

@ -1855,7 +1855,7 @@ struct parser {
node: expr_lit(@{node: lit_str(_), span: _}), _
}) => {
let vst = @{id: self.get_id(), callee_id: self.get_id(),
node: expr_vstore(e,
node: expr_vstore(e,
vstore_slice(self.region_from_name(None))),
span: mk_sp(lo, hi)};
pat_lit(vst)