]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
FreeBSD regtest: spaces not quite right in scalar fakes
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 3 Nov 2024 11:00:52 +0000 (12:00 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 3 Nov 2024 11:00:52 +0000 (12:00 +0100)
memcheck/tests/freebsd/scalar.c

index 7ad3099a04cca2cbd0f1b601d7aaf3fa40313567..65348c232a1af358b869b7435ea9ccc9983ccc0e 100644 (file)
@@ -2427,7 +2427,7 @@ int main(void)
    FAKE_SY("   ...\n");
    FAKE_SY("\n");
    FAKE_SY("Syscall param kcmp(idx2) contains uninitialised byte(s)\n");
-   FAKE_SY("    ...\n");
+   FAKE_SY("   ...\n");
    FAKE_SY("\n");
 #endif
 
@@ -2448,7 +2448,7 @@ int main(void)
    FAKE_SY("\n");
    FAKE_SY("Syscall param getrlimitusage(res) points to unaddressable byte(s)\n");
    FAKE_SY("   ...\n");
-   FAKE_SY("  Address 0x........ is not stack'd, malloc'd or (recently) free'd\n");
+   FAKE_SY(" Address 0x........ is not stack'd, malloc'd or (recently) free'd\n");
    FAKE_SY("\n");
 #endif