From: Tom Hughes Date: Mon, 15 Nov 2004 09:38:26 +0000 (+0000) Subject: Remove trailing space after \ continuation marker. X-Git-Tag: svn/VALGRIND_3_0_0~1312 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ab6205dcc22e5530a2bfe38fffd22c64076ad56;p=thirdparty%2Fvalgrind.git Remove trailing space after \ continuation marker. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3000 --- diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index 15f8a25124..f5965a95b2 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -86,7 +86,7 @@ check_PROGRAMS = \ nanoleak new_nothrow \ null_socket overlap \ realloc1 realloc2 realloc3 \ - scalar scalar_fork scalar_supp scalar_vfork \ + scalar scalar_fork scalar_supp scalar_vfork \ sigaltstack signal2 \ str_tester supp1 supp2 suppfree \ trivialleak weirdioctl \