From 02cc99440781c63ae95b0e0221d193bd013da7f7 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 28 Jul 2012 00:56:02 +0200 Subject: [PATCH] [ng] cosmetics: fix an occurrence of inconsistent indentation * lib/am/parallel-tests.am: Here. Signed-off-by: Stefano Lattarini --- lib/am/parallel-tests.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am index 43daeef4b..6c56f8554 100644 --- a/lib/am/parallel-tests.am +++ b/lib/am/parallel-tests.am @@ -87,7 +87,7 @@ ifeq ($(call am.vars.is-undef,TEST_EXTENSIONS),yes) endif $(foreach e,$(filter-out .%,$(TEST_EXTENSIONS)),\ - $(call am.error,invalid test extension: '$e')) + $(call am.error,invalid test extension: '$e')) $(foreach e,$(TEST_EXTENSIONS), \ $(eval $(call am.test-suite.handle-suffix,$e))) # It is *imperative* that the "empty" suffix goes last. Otherwise, a -- 2.47.2