aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-04-07 23:50:07 +0000
committerTed Kremenek <kremenek@apple.com>2008-04-07 23:50:07 +0000
commitd8c6d0c8a5f970240cc4cbf8eddeae037d1b29ea (patch)
tree30420131547ea2e98ffe815c9d7f4aa5706faa70
parent7e54eede4079085f35b91cc9a4f5c38a1c4f9890 (diff)
Left-justify text in report table.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49358 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xutils/scan-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/scan-build b/utils/scan-build
index 548f64830b..29ad085c48 100755
--- a/utils/scan-build
+++ b/utils/scan-build
@@ -225,7 +225,7 @@ print OUT <<ENDTEXT;
table.sortable { border-collapse: collapse; border-spacing: 0px }
td { border-bottom: 1px #000000 dotted }
td { padding:5px; padding-left:8px; padding-right:8px }
- td { text-align:right; font-size:9pt }
+ td { text-align:left; font-size:9pt }
td.View { padding-left: 10px }
</style>
<script src="sorttable.js"></script>