From 0f630e917797f575be48638fb01411b19309a5cd Mon Sep 17 00:00:00 2001 From: Pierre Wendling Date: Wed, 4 May 2022 21:37:40 -0400 Subject: [PATCH] Test: fix indentation in Makefile.in. --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.in b/test/Makefile.in index 9fe1c37e3..2bcfa92b4 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -153,7 +153,7 @@ testautomation$(EXE): $(srcdir)/testautomation.c \ $(srcdir)/testautomation_timer.c \ $(srcdir)/testautomation_video.c \ $(srcdir)/testautomation_hints.c \ - $(srcdir)/testautomation_math.c + $(srcdir)/testautomation_math.c $(CC) -o $@ $^ $(CFLAGS) $(LIBS) testmultiaudio$(EXE): $(srcdir)/testmultiaudio.c $(srcdir)/testutils.c