summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-03 21:45:43 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-03 21:45:43 +0000
commit2ac12d82d82b85bb3a59e90d91d712a18e561395 (patch)
tree511950987e70776f6cebf53f5d8ee5abfdf8ae45 /TOOLS
parent284673cbf572ef5409a2a6d6cebb10f781d95e40 (diff)
downloadmpv-2ac12d82d82b85bb3a59e90d91d712a18e561395.tar.bz2
mpv-2ac12d82d82b85bb3a59e90d91d712a18e561395.tar.xz
cosmetics/indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25289 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/checktree.sh5
1 files changed, 3 insertions, 2 deletions
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
}