Skip to content

Commit f4e107e

Browse files
committed
whitespace police 2
1 parent d2f93fd commit f4e107e

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)