It would help if the headings were sorted properly.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 16 May 2005 19:33:21 +0000 (19:33 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 16 May 2005 19:33:21 +0000 (19:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22096 91177308-0d34-0410-b5e6-96231b3b80d8

utils/userloc.pl

index e9e4b9062ad0434938376116660c67dca90aae68..8f40d9b6da3fa76863a84d15e8b0fea0ebf2c332 100755 (executable)
@@ -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";
     }