From: Stefano Lattarini Date: Fri, 10 May 2013 15:42:14 +0000 (+0200) Subject: cosmetics: remove some occurrences of trailing whitespace X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bd3f6b07a06ea220a7a745696d6f71778f4c2fb;p=thirdparty%2Fautomake.git cosmetics: remove some occurrences of trailing whitespace Signed-off-by: Stefano Lattarini --- diff --git a/configure.ac b/configure.ac index 49a83bd28..d94f41ab5 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ AC_SUBST([am_AUTOUPDATE], ["${AUTOUPDATE-autoupdate}"]) dnl We call AC_PROG_CC in an unusual way, and only for use in our dnl testsuite, so also use 'no-dependencies' and 'no-define' among dnl the automake options to avoid bloating and potential problems. -AM_INIT_AUTOMAKE([ng -Wall -Werror filename-length-max=99 +AM_INIT_AUTOMAKE([ng -Wall -Werror filename-length-max=99 no-define no-dependencies]) ## Keep this on a line of its own, since it must be found and processed diff --git a/maintainer/maint.mk b/maintainer/maint.mk index 121474470..5bd9d1b57 100644 --- a/maintainer/maint.mk +++ b/maintainer/maint.mk @@ -483,7 +483,7 @@ update-copyright: # # NOTE (from Stefano Lattarini): -# +# # This section is mostly hacky and ad-hoc, but works for me and # on my system. And while far from clean, it should help catching # real regressions on real world packages, which is important. diff --git a/t/dist-formats.tap b/t/dist-formats.tap index 07c0a7c14..e511e277f 100755 --- a/t/dist-formats.tap +++ b/t/dist-formats.tap @@ -143,9 +143,9 @@ command_ok_ "only gzip archive is built by default" \ test "$(ls *$distdir*)" = $distdir.tar.gz -# ------------------------------------- # +# ------------------------------------- # # Test all known formats, separately. # -# ------------------------------------- # +# ------------------------------------- # for format in $all_compression_formats; do setup_vars_for_compression_format "$format" diff --git a/t/make-dryrun.tap b/t/make-dryrun.tap index ff9d5eba6..15f87b6eb 100755 --- a/t/make-dryrun.tap +++ b/t/make-dryrun.tap @@ -110,7 +110,7 @@ pr='bug#13760' mkdir none dry-run check_make --run -M "$pr" -- -I none -check_make --run -M "$pr" -- -I none --include dry-run +check_make --run -M "$pr" -- -I none --include dry-run check_make --dry -M "$pr" -- -I none -n check_make --dry -M "$pr" -- --dry-run -I none --include dry-run rmdir none dry-run