diff TOOLS/checktree.sh @ 25261:502ee332974f

cosmetics/indentation
author ivo
date Mon, 03 Dec 2007 21:45:43 +0000
parents 601f3c36dc9e
children 89458daaee5f
line wrap: on
line diff
--- 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
 }