Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mtak- authored and gnzlbg committed Apr 25, 2019
1 parent a910d75 commit 8b5aa3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/core_arch/src/x86/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,4 +567,4 @@ mod bt;
pub use self::bt::*;

mod rtm;
pub use self::rtm::*;
pub use self::rtm::*;
4 changes: 2 additions & 2 deletions crates/core_arch/src/x86/rtm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@ mod tests {
if code == _XBEGIN_STARTED {
let in_tx = _xtest();
rtm::_xend();

// putting the assert inside the transaction would abort the transaction on fail
// without any output/panic/etc
assert_eq!(in_tx, 1);
break;
}
}
}
}
}

0 comments on commit 8b5aa3a

Please sign in to comment.