summaryrefslogtreecommitdiff
path: root/plugins/svd/src/mapper.rs
diff options
context:
space:
mode:
authorMark Rowe <mrowe@bdash.net.nz>2025-05-07 06:48:47 -0700
committerMason Reed <35282038+emesare@users.noreply.github.com>2025-05-07 12:59:50 -0400
commit9b8a5a4a6a39374acbcacd95819e9f02aacddafc (patch)
tree5bb55559e7b47ae6442bd5f84990c8e0e8136b9f /plugins/svd/src/mapper.rs
parent86773015c984ff1be8df8ac9b25b7f6bd2f8cca5 (diff)
[Rust] Fix a pre-existing formatting issue CI is complaining about
Diffstat (limited to 'plugins/svd/src/mapper.rs')
-rw-r--r--plugins/svd/src/mapper.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/svd/src/mapper.rs b/plugins/svd/src/mapper.rs
index 0a476481..2d511615 100644
--- a/plugins/svd/src/mapper.rs
+++ b/plugins/svd/src/mapper.rs
@@ -174,7 +174,7 @@ impl DeviceMapper {
&data_memory,
Some(memory_info.segment_flags),
);
-
+
if !added_memory {
log::error!(
"Failed to add memory for peripheral block! {} @ 0x{:x}",
@@ -183,7 +183,7 @@ impl DeviceMapper {
);
}
}
-
+
view.add_segment(memory_info.segment);
view.add_section(memory_info.section);