Skip to content

Commit

Permalink
Remove spurious whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Aug 3, 2018
1 parent 26231e6 commit 21debc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/interpret/eval_context.rs
Expand Up @@ -1545,7 +1545,7 @@ impl<'a, 'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> EvalContext<'a, 'mir, 'tcx, M
let b_val = self.memory.read_scalar(b_ptr, ptr_align, b_size)?;
Ok(Some(Value::ScalarPair(a_val, b_val)))
}
_ => Ok(None),
_ => Ok(None),
}
}

Expand Down

0 comments on commit 21debc6

Please sign in to comment.