]> granicus.if.org Git - clang/commitdiff
Left-justify text in report table.
authorTed Kremenek <kremenek@apple.com>
Mon, 7 Apr 2008 23:50:07 +0000 (23:50 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 7 Apr 2008 23:50:07 +0000 (23:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49358 91177308-0d34-0410-b5e6-96231b3b80d8

utils/scan-build

index 548f64830bdab06b7d1fae4bd62d7343413d4407..29ad085c484aee94d203a6ae984b05fb3427e19a 100755 (executable)
@@ -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>