Fix whitespace

This commit is contained in:
Tim Chevalier 2012-12-11 11:42:44 -08:00
parent eb21ced467
commit 1abad3b4e6
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ fn check_item_deprecated(tcx: ty::ctxt, it: @ast::item) {
match l.node {
ast::lit_str(ref reason) =>
fmt!("deprecated: %s", **reason),
_ => ~"item is deprecated"
_ => ~"item is deprecated"
},
_ => ~"item is deprecated"
};