Skip to content

Commit 9560693

Browse files
committed
Format again
Signed-off-by: Yonghao Zou <zouyonghao@live.cn>
1 parent b9ab81f commit 9560693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lock-protocol/src/mm/page_table/cursor/spec_helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub open spec fn spt_do_not_change_except_modify_pte<C: PageTableConfig>(
4949
&&& old_spt.wf()
5050
&&& spt.instance.id() == old_spt.instance.id()
5151
&&& spt.instance.root()
52-
== old_spt.instance.root()// &&& forward_spt_do_not_change_except(spt, old_spt, pte_addr)
52+
== old_spt.instance.root() // &&& forward_spt_do_not_change_except(spt, old_spt, pte_addr)
5353
// not correct?
5454
&&& forward_spt_do_not_change_except(old_spt, spt, pte_addr)
5555
}

0 commit comments

Comments
 (0)