sp1/amd64: mmu: Remove redundant whitespace

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-04-22 23:07:53 -04:00
parent 1bff60c27a
commit 8c650daf69
-1
View File
@@ -265,5 +265,4 @@ mu_mmu_map(struct mmu_vfr *vfr, uintptr_t vma, uintptr_t pma,
tbl[index] = pma | flags;
md_tlb_flush(vma);
return STATUS_SUCCESS;
}