It would help if the headings were sorted properly.
[oota-llvm.git] / 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";
     }