Skip to content

Commit d2f93fd

Browse files
committed
whitespace police
1 parent ac0fd0d commit d2f93fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/middle/trans/deriving.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ use syntax::ast_util::local_def;
2323

2424
/// The kind of deriving method this is.
2525
enum DerivingKind {
26-
BoolKind, // fn f(&self, other: &other) -> bool
27-
UnitKind, // fn f(&self) -> ()
26+
BoolKind, // fn f(&self, other: &other) -> bool
27+
UnitKind, // fn f(&self) -> ()
2828
}
2929

3030
impl DerivingKind {

0 commit comments

Comments
 (0)