Commit 0f630e917797f575be48638fb01411b19309a5cd

Pierre Wendling 2022-05-04T21:37:40

Test: fix indentation in Makefile.in.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/Makefile.in b/test/Makefile.in
index 9fe1c37..2bcfa92 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