From d3057134691b1676d22687eb07b3da85299fdf11 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 30 Oct 2007 16:17:02 +0000 Subject: fix tabs git-svn-id: file:///home/lennart/svn/public/gst-pulse/trunk@72 bb39ca4e-bce3-0310-b5d4-eea78a553289 --- Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5366156..0d6c142 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,8 +41,8 @@ fedora-snapshot: dist .PHONY: homepage dist-hook: - if test -d .svn ; then \ - svn update ; \ - chmod u+w ${distdir}/ChangeLog || true ; \ - svn2cl -o ${distdir}/ChangeLog ; \ - fi + if test -d .svn ; then \ + svn update ; \ + chmod u+w ${distdir}/ChangeLog || true ; \ + svn2cl -o ${distdir}/ChangeLog ; \ + fi -- cgit