rustc: Trailing whitespace

This commit is contained in:
Patrick Walton 2012-09-07 12:27:44 -07:00
parent feb014eb3c
commit b4d879a2ef

View File

@ -3780,7 +3780,6 @@ impl FnSig : cmp::Eq {
self.output == other.output
}
pure fn ne(&&other: FnSig) -> bool { !self.eq(other) }
}
impl<M: cmp::Eq> FnTyBase<M> : cmp::Eq {