whitespace police 2

This commit is contained in:
Graydon Hoare 2012-11-13 11:30:37 -08:00
parent d2f93fd290
commit f4e107e6c7

View File

@ -23,8 +23,8 @@ use syntax::ast_util::local_def;
/// The kind of deriving method this is.
enum DerivingKind {
BoolKind, // fn f(&self, other: &other) -> bool
UnitKind, // fn f(&self) -> ()
BoolKind, // fn f(&self, other: &other) -> bool
UnitKind, // fn f(&self) -> ()
}
impl DerivingKind {