projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb7ca9
)
It would help if the headings were sorted properly.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 16 May 2005 19:33:21 +0000
(19:33 +0000)
committer
Reid 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
patch
|
blob
|
history
diff --git
a/utils/userloc.pl
b/utils/userloc.pl
index e9e4b9062ad0434938376116660c67dca90aae68..8f40d9b6da3fa76863a84d15e8b0fea0ebf2c332 100755
(executable)
--- 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";
}