fix whitespace in memory region type parsing

This commit is contained in:
Adir Shitrit
2025-11-08 11:06:23 +02:00
parent ee21be20dc
commit 1aa6f828cf

View File

@@ -103,7 +103,7 @@ mod platform {
let region_type = if mbi.Type == MEM_IMAGE {
"IMAGE"
} else if mbi.Type == MEM_MAPPED {
"MAPPED"
"MAPPED"
} else if mbi.Type == MEM_PRIVATE {
"PRIVATE"
} else {