replace tabs with spaces
This commit is contained in:
@@ -396,7 +396,7 @@ impl<T: CopierTarget> CopyTermState<T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
(HeapCellValueTag::Lis, h) => {
|
(HeapCellValueTag::Lis, h) => {
|
||||||
let index = rd.get_value() as usize;
|
let index = rd.get_value() as usize;
|
||||||
if h >= self.old_h && self.target[index].get_mark_bit() {
|
if h >= self.old_h && self.target[index].get_mark_bit() {
|
||||||
*self.value_at_scan() = heap_loc_as_cell!(
|
*self.value_at_scan() = heap_loc_as_cell!(
|
||||||
if ra.get_forwarding_bit() {
|
if ra.get_forwarding_bit() {
|
||||||
|
|||||||
Reference in New Issue
Block a user