From 8c55eada9bba28ac72854de14826207c70c8ed79 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 29 Sep 2015 13:33:33 -0700 Subject: [PATCH] Fix trailing whitespace in Makefile.am 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 977b8566d..0c04b54b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ -- 2.47.2