[vlc-commits] cosmetics

Rafaël Carré git at videolan.org
Sat Nov 26 21:46:29 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Nov 26 15:46:21 2011 -0500| [cb1111bc28589d869da9b5fe0a69c5a73cf08298] | committer: Rafaël Carré

cosmetics

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

 contrib/src/main.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 3fd98a0..db16e50 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -226,7 +226,7 @@ download_git = \
 	(cd $(@:.tar.xz=) && $(GIT) checkout $(3:%= %)) && \
 	rm -Rf $(@:%.tar.xz=%)/.git && \
 	(cd $(dir $@) && \
-	 tar cvJ $(notdir $(@:.tar.xz=))) > $@ && \
+	tar cvJ $(notdir $(@:.tar.xz=))) > $@ && \
 	rm -Rf $(@:.tar.xz=)
 checksum = \
 	$(foreach f,$(filter $(TARBALLS)/%,$^), \



More information about the vlc-commits mailing list