[vlc-commits] test: Makefile.am: Fix indentation

Hugo Beauzée-Luyssen git at videolan.org
Mon Nov 12 17:12:22 CET 2018


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Oct 17 11:05:22 2018 +0200| [23f9eba5b8188415acdcff959807243e5fbd2f43] | committer: Hugo Beauzée-Luyssen

test: Makefile.am: Fix indentation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=23f9eba5b8188415acdcff959807243e5fbd2f43
---

 test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index e595065564..58b356ed82 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -33,7 +33,7 @@ check_PROGRAMS = \
 	test_modules_packetizer_helpers \
 	test_modules_packetizer_hxxx \
 	test_modules_keystore \
-        test_modules_demux_dashuri
+	test_modules_demux_dashuri
 if ENABLE_SOUT
 check_PROGRAMS += test_modules_tls
 endif



More information about the vlc-commits mailing list