Update macros from the autotools archive
[urcu.git] / scripts / urcu-api-list.sh
index 551715524bdf65a4839719c14e9f3c42934b6e2a..3d150486ffcbf4ba9622b3166067411d279ff968 100755 (executable)
@@ -227,7 +227,7 @@ do
                rm $T/$tag/call_rcu
        fi
        ( ls $T/$tag; ls $T/$lasttag ) | sort | uniq -u |
-               awk -v tag=$tag '{ print "<tr><td>" $1 "</td><td>" tag "</td></tr>" }'
+               awk -v tag=$tag '{ print "\t<tr><td>" $1 "</td><td>" tag "</td></tr>" }'
        lasttag=$tag
 done
 
This page took 0.022488 seconds and 4 git commands to generate.