aboutsummaryrefslogtreecommitdiffstats
path: root/utils/userloc.pl
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-05-16 19:33:21 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-05-16 19:33:21 +0000
commit74b0f111919543cf3f9693a451615811d7032882 (patch)
tree40d6fd7b7f00a72fe7f2b1f433aa3316245b3dac /utils/userloc.pl
parentbfb7ca9ccb5c7f062b1120e01cf40e432683e32c (diff)
downloadexternal_llvm-74b0f111919543cf3f9693a451615811d7032882.zip
external_llvm-74b0f111919543cf3f9693a451615811d7032882.tar.gz
external_llvm-74b0f111919543cf3f9693a451615811d7032882.tar.bz2
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
Diffstat (limited to 'utils/userloc.pl')
-rwxr-xr-xutils/userloc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/userloc.pl b/utils/userloc.pl
index e9e4b90..8f40d9b 100755
--- a/utils/userloc.pl
+++ b/utils/userloc.pl
@@ -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";
}