Skip to content

Commit

Permalink
Fix style nitpicks from travis
Browse files Browse the repository at this point in the history
Remove tabs
  • Loading branch information
ticki committed Dec 22, 2015
1 parent 47690f2 commit 0435a46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/jemalloc
Submodule jemalloc updated 102 files
4 changes: 2 additions & 2 deletions src/libcore/char.rs
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,8 @@ impl Iterator for EscapeDefault {
}
}

fn count(self) -> usize {
match self.state {
fn count(self) -> usize {
match self.state {
EscapeDefaultState::Char(_) => 1,
EscapeDefaultState::Unicode(iter) => iter.count(),
EscapeDefaultState::Done => 0,
Expand Down
4 changes: 2 additions & 2 deletions src/librustc/front/map/definitions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use syntax::ast;
use syntax::parse::token::InternedString;
use util::nodemap::NodeMap;

/// A definition, that defines are
/// A definition
#[derive(Clone)]
pub struct Definitions {
data: Vec<DefData>,
Expand Down Expand Up @@ -101,7 +101,7 @@ pub enum DefPathData {
/// A struct field
Field(hir::StructFieldKind),
/// Implicit ctor for a tuple-like struct
StructCtor,
StructCtor,
/// Initializer for a constant
Initializer,
/// A pattern binding
Expand Down

0 comments on commit 0435a46

Please sign in to comment.