mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
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:
parent
bfb7ca9ccb
commit
74b0f11191
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user