commit | d8ab2e1ca7f373e998471b94ab927532a86a1c72 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Jun 30 16:11:09 2022 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Thu Jun 30 16:52:16 2022 +0100 |
tree | 4b303ad143c29576ab40a25a1b45fac675a31edc | |
parent | 6decdfa2c6fa4e856af50c6052dd3ca1791a7619 [diff] |
vmbase: Fix whitespace in README.md Signed-off-by: Pierre-Clément Tosi <ptosi@google.com> Test: Rendered Markdown is prettier Change-Id: I8d2a4f6263455e8bba111527dcd7bbd8b3de24ac
diff --git a/vmbase/README.md b/vmbase/README.md index 42b9d7b..8e804c0 100644 --- a/vmbase/README.md +++ b/vmbase/README.md
@@ -127,7 +127,7 @@ ```ld MEMORY { - image : ORIGIN = 0x80200000, LENGTH = 2M + image : ORIGIN = 0x80200000, LENGTH = 2M writable_data : ORIGIN = 0x80400000, LENGTH = 2M } ```