Skip to content

Commit 8dffd72

Browse files
committed
replace tabs with spaces
1 parent 703a6dd commit 8dffd72

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/machine/machine_state_impl.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,10 +557,10 @@ impl MachineState {
557557
}
558558

559559
pub fn compare_term_test(&self, h1: HeapCellValue, h2: HeapCellValue) -> Option<Ordering> {
560-
// all derefs downstack from this function are heap bound so
561-
// dereference stack vars pointing into the heap while possible
562-
let h1 = self.store(h1);
563-
let h2 = self.store(h2);
560+
// all derefs downstack from this function are heap bound so
561+
// dereference stack vars pointing into the heap while possible
562+
let h1 = self.store(h1);
563+
let h2 = self.store(h2);
564564

565565
for term_pair in ParallelHeapIter::from(self, h1, h2) {
566566
match term_pair {

0 commit comments

Comments
 (0)