It would help if the headings were sorted properly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22096 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2005-05-16 19:33:21 +00:00
parent bfb7ca9ccb
commit 74b0f11191

View File

@ -159,7 +159,7 @@ sub printStats
if ($RowCount % 10 == 0)
{
print " <tr><th style=\"text-align:left\">Directory</th>\n";
foreach $user (keys %Stats)
foreach $user (sort keys %Stats)
{
print "<th style=\"text-align:right\">",$user,"</th>\n";
}