memtest86+: remove trailing whitespace
This makes comparison with other codebases more difficult, but helps
preserve our sanity.
Change-Id: I45f467f8e7949e8e4f7de623264bfe21b58c5536
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/13826
Reviewed-by: Ben Gardner <gardner.ben@gmail.com>
diff --git a/memtest.bin.lds b/memtest.bin.lds
index 702cdb1..7afb57b 100644
--- a/memtest.bin.lds
+++ b/memtest.bin.lds
@@ -6,9 +6,9 @@
. = 0;
.bootsect : { *(.bootsect) }
.setup : { *(.setup) }
- .memtest : {
+ .memtest : {
_start = . ;
- *(.data)
+ *(.data)
_end = . ;
}
_syssize = (_end - _start + 15) >> 4;