Skip to content

Commit 213d89b

Browse files
committed
remove trailing whitespace to placate make tidy.
1 parent c709c0a commit 213d89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/lint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ impl Visitor<@mut Context> for WhileTrueLintVisitor {
695695
}
696696

697697
macro_rules! outer_lint_boilerplate_impl(
698-
($Visitor:ident) =>
698+
($Visitor:ident) =>
699699
(
700700
impl OuterLint for $Visitor {
701701
fn process_item(@mut self, i:@ast::item, e:@mut Context) {

0 commit comments

Comments
 (0)