Skip to content

Commit 8b5aa3a

Browse files
mtak-gnzlbg
authored andcommitted
whitespace
1 parent a910d75 commit 8b5aa3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/core_arch/src/x86/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,4 +567,4 @@ mod bt;
567567
pub use self::bt::*;
568568

569569
mod rtm;
570-
pub use self::rtm::*;
570+
pub use self::rtm::*;

crates/core_arch/src/x86/rtm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@ mod tests {
154154
if code == _XBEGIN_STARTED {
155155
let in_tx = _xtest();
156156
rtm::_xend();
157-
157+
158158
// putting the assert inside the transaction would abort the transaction on fail
159159
// without any output/panic/etc
160160
assert_eq!(in_tx, 1);
161161
break;
162162
}
163163
}
164164
}
165-
}
165+
}

0 commit comments

Comments
 (0)