syntax: whitespace cleanup

This commit is contained in:
Erick Tryzelaar 2014-12-01 10:37:00 -08:00
parent b2fbed6e70
commit 590499eb3c

View File

@ -983,7 +983,7 @@ pub fn suffix_len(&self) -> uint {
#[deriving(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Show)]
pub enum Lit_ {
LitStr(InternedString, StrStyle),
LitBinary(Rc<Vec<u8> >),
LitBinary(Rc<Vec<u8>>),
LitByte(u8),
LitChar(char),
LitInt(u64, LitIntType),