From d8ab2e1ca7f373e998471b94ab927532a86a1c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Cl=C3=A9ment=20Tosi?= Date: Thu, 30 Jun 2022 16:11:09 +0100 Subject: [PATCH] vmbase: Fix whitespace in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pierre-Clément Tosi Test: Rendered Markdown is prettier Change-Id: I8d2a4f6263455e8bba111527dcd7bbd8b3de24ac --- vmbase/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmbase/README.md b/vmbase/README.md index 42b9d7b4..8e804c09 100644 --- a/vmbase/README.md +++ b/vmbase/README.md @@ -127,7 +127,7 @@ and writable data: ```ld MEMORY { - image : ORIGIN = 0x80200000, LENGTH = 2M + image : ORIGIN = 0x80200000, LENGTH = 2M writable_data : ORIGIN = 0x80400000, LENGTH = 2M } ```