replace tabs with spaces

This commit is contained in:
Mark Thom
2026-04-21 15:02:14 -07:00
parent 010b00f349
commit 5ea262e1d3

View File

@@ -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() {