whitespace police

This commit is contained in:
Graydon Hoare 2012-11-13 11:16:19 -08:00
parent ac0fd0ddc9
commit d2f93fd290

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 {