OSDN Git Service

whitespace cosmetics
authorDiego Biurrun <diego@biurrun.de>
Fri, 25 May 2007 13:28:34 +0000 (13:28 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 25 May 2007 13:28:34 +0000 (13:28 +0000)
Originally committed as revision 9129 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/seek_test.sh

index acfb951..9b40f48 100755 (executable)
@@ -9,8 +9,8 @@ reffile="$1"
 list=`ls data/a-* data/b-* | sort`
 rm -f $logfile
 for i in $list ; do
-    echo ---------------- >>$logfile
-    echo $i >>$logfile
+    echo ---------------- >> $logfile
+    echo $i >> $logfile
     echo $i | grep -v 'b-libav[01][0-9][.]' 2> /dev/null &&
     ./seek_test $i >> $logfile
 done