It would help if the headings were sorted properly.

llvm-svn: 22096
This commit is contained in:
Reid Spencer 2005-05-16 19:33:21 +00:00
parent 5a68566566
commit 1e68384501
1 changed files with 1 additions and 1 deletions

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";
}