vmbase: Fix whitespace in README.md
Signed-off-by: Pierre-Clément Tosi <ptosi@google.com> Test: Rendered Markdown is prettier Change-Id: I8d2a4f6263455e8bba111527dcd7bbd8b3de24ac
This commit is contained in:
parent
6decdfa2c6
commit
d8ab2e1ca7
|
@ -127,7 +127,7 @@ and writable data:
|
||||||
```ld
|
```ld
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
image : ORIGIN = 0x80200000, LENGTH = 2M
|
image : ORIGIN = 0x80200000, LENGTH = 2M
|
||||||
writable_data : ORIGIN = 0x80400000, LENGTH = 2M
|
writable_data : ORIGIN = 0x80400000, LENGTH = 2M
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue