Skip to content

Commit 9d7d916

Browse files
author
The Miri Cronjob Bot
committed
fmt
1 parent 0f336b0 commit 9d7d916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concurrency/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriInterpCxExt<'mir, 'tcx> {
10461046
/// Run the core interpreter loop. Returns only when an interrupt occurs (an error or program
10471047
/// termination).
10481048
fn run_threads(&mut self) -> InterpResult<'tcx, !> {
1049-
let this = self.eval_context_mut();
1049+
let this = self.eval_context_mut();
10501050
loop {
10511051
if CTRL_C_RECEIVED.load(Relaxed) {
10521052
this.machine.handle_abnormal_termination();

0 commit comments

Comments
 (0)