Skip to content

Commit

Permalink
Reindent function call continuations, and other style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcallister committed Jun 24, 2014
1 parent ba1c0c4 commit c747626
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 103 deletions.
2 changes: 1 addition & 1 deletion src/librustc/driver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Available lint options:
for lint in lints.move_iter() {
let name = lint.name_lower().replace("_", "-");
println!(" {} {:7.7s} {}",
padded(name.as_slice()), lint.default_level.as_str(), lint.desc);
padded(name.as_slice()), lint.default_level.as_str(), lint.desc);
}
println!("\n");
};
Expand Down
Loading

0 comments on commit c747626

Please sign in to comment.