Changed error messages: subsidiary explanations within an error message are now
indented one space;  previously it was mixed, but Memcheck/Addrcheck indented
"Address" lines 3, which made them hard to see in the stack trace.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2021 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/memcheck/tests/errs1.stderr.exp b/memcheck/tests/errs1.stderr.exp
index 9aa2a4a..7b5f0fe 100644
--- a/memcheck/tests/errs1.stderr.exp
+++ b/memcheck/tests/errs1.stderr.exp
@@ -3,7 +3,7 @@
    by 0x........: bbb (errs1.c:9)
    by 0x........: aaa (errs1.c:10)
    by 0x........: main (errs1.c:17)
-   Address 0x........ is 1 bytes before a block of size 10 alloc'd
+ Address 0x........ is 1 bytes before a block of size 10 alloc'd
    at 0x........: malloc (vg_replace_malloc.c:...)
    by 0x........: zzzzzzz (errs1.c:12)
    by 0x........: yyy (errs1.c:13)
@@ -14,7 +14,7 @@
    by 0x........: bbb (errs1.c:9)
    by 0x........: aaa (errs1.c:10)
    by 0x........: main (errs1.c:17)
-   Address 0x........ is 1 bytes before a block of size 10 alloc'd
+ Address 0x........ is 1 bytes before a block of size 10 alloc'd
    at 0x........: malloc (vg_replace_malloc.c:...)
    by 0x........: zzzzzzz (errs1.c:12)
    by 0x........: yyy (errs1.c:13)