From 2ac12d82d82b85bb3a59e90d91d712a18e561395 Mon Sep 17 00:00:00 2001 From: ivo Date: Mon, 3 Dec 2007 21:45:43 +0000 Subject: cosmetics/indentation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25289 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/checktree.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh index 7cf9b233d5..7d186b7ffa 100755 --- a/TOOLS/checktree.sh +++ b/TOOLS/checktree.sh @@ -67,8 +67,9 @@ all_filenames() { | grep -v "^\./version\.h\|\.o$\|\.a$\|configure.log\|^\./help_mp.h" else for p in . libavcodec libavutil libavformat ; do - svn info -R $p | sed -n '/Path:/bb; :a; d; b; :b; s/Path: /.\//; h; :c; n; - /Node Kind:/bd; bc; :d; /directory/ba; g; p;' + svn info -R $p | sed -n \ + '/Path:/bb; :a; d; b; :b; s/Path: /.\//; h; :c; n; + /Node Kind:/bd; bc; :d; /directory/ba; g; p;' done fi } -- cgit v1.2.3