]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix trailing whitespace in Makefile.am 608/head
authorGraham Percival <gperciva@tarsnap.com>
Tue, 29 Sep 2015 20:33:33 +0000 (13:33 -0700)
committerGraham Percival <gperciva@tarsnap.com>
Tue, 29 Sep 2015 20:33:33 +0000 (13:33 -0700)
Previously, running the build process gave a warning:

$ sh build/autogen.sh
...
Makefile.am:356: warning: whitespace following trailing backslash
...

This removes that warning.

Makefile.am

index 977b8566d7d0d51354710efbc5f76ccebc95fe1b..0c04b54b7e557dd6be7174f069ab410aa286fe28 100644 (file)
@@ -353,7 +353,7 @@ libarchive_test_SOURCES= \
        libarchive/test/test_archive_write_add_filter_by_name.c \
        libarchive/test/test_archive_write_set_filter_option.c \
        libarchive/test/test_archive_write_set_format_by_name.c \
-       libarchive/test/test_archive_write_set_format_filter_by_ext.c \ 
+       libarchive/test/test_archive_write_set_format_filter_by_ext.c \
        libarchive/test/test_archive_write_set_format_option.c \
        libarchive/test/test_archive_write_set_option.c \
        libarchive/test/test_archive_write_set_options.c \