]> Repositorios git - scryer-prolog.git/commitdiff
replace tabs with spaces
authorMark Thom <[email protected]>
Tue, 21 Apr 2026 22:02:14 +0000 (15:02 -0700)
committerMark Thom <[email protected]>
Tue, 21 Apr 2026 22:02:14 +0000 (15:02 -0700)
src/machine/copier.rs

index e6ce699cb28fa365d60030ebb2e2e801cf68f7be..b71db32bc17f0f1b5d584e3cc5ab7a715043269f 100644 (file)
@@ -396,7 +396,7 @@ impl<T: CopierTarget> CopyTermState<T> {
                 }
             }
             (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() {
                     *self.value_at_scan() = heap_loc_as_cell!(
                         if ra.get_forwarding_bit() {