# HG changeset patch # User ivo # Date 1196718343 0 # Node ID 502ee332974fabd82e479c2d0ea471f245635d8d # Parent 601f3c36dc9eb51f7dad9d338743f9852d44719f cosmetics/indentation diff -r 601f3c36dc9e -r 502ee332974f TOOLS/checktree.sh --- a/TOOLS/checktree.sh Mon Dec 03 21:43:48 2007 +0000 +++ b/TOOLS/checktree.sh Mon Dec 03 21:45:43 2007 +0000 @@ -67,8 +67,9 @@ | 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 }