From e370d22add00480a67fd028c0e7d3148737fe484 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 9 Aug 2020 14:00:59 +0100 Subject: [PATCH] build/autotest.am: Fix formatting of list initialization assignments. --- build/autotest.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/autotest.am b/build/autotest.am index c99ce19..435f7a5 100644 --- a/build/autotest.am +++ b/build/autotest.am @@ -23,10 +23,10 @@ ### along with `common'; if not, write to the Free Software Foundation, ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -EXTRA_DIST = -CLEANFILES = -DISTCLEANFILES = -MAINTAINERCLEANFILES = +EXTRA_DIST = +CLEANFILES = +DISTCLEANFILES = +MAINTAINERCLEANFILES = ###-------------------------------------------------------------------------- ### The test suite. -- 2.11.0