summaryrefslogtreecommitdiff
path: root/lib/msan/msan_linux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msan/msan_linux.cpp')
-rw-r--r--lib/msan/msan_linux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msan/msan_linux.cpp b/lib/msan/msan_linux.cpp
index 26a15a4bc..d61e9dee3 100644
--- a/lib/msan/msan_linux.cpp
+++ b/lib/msan/msan_linux.cpp
@@ -125,7 +125,7 @@ bool InitShadow(bool init_origins) {
for (unsigned i = 0; i < kMemoryLayoutSize; ++i) {
uptr start = kMemoryLayout[i].start;
uptr end = kMemoryLayout[i].end;
- uptr size= end - start;
+ uptr size = end - start;
MappingDesc::Type type = kMemoryLayout[i].type;
// Check if the segment should be mapped based on platform constraints.