From: Reid Spencer Date: Fri, 17 Mar 2006 17:43:01 +0000 (+0000) Subject: Use the tag instead of
 tag to get code/file/warning lists to
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a165d57dad71b1ef94299615c7889ebfd9831f80;p=oota-llvm.git

Use the  tag instead of 
 tag to get code/file/warning lists to
wrap but also still be in a fixed-width font.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26825 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl
index c8fb302865a..db61914cddc 100755
--- a/utils/NightlyTest.pl
+++ b/utils/NightlyTest.pl
@@ -151,7 +151,7 @@ sub AddRecord {
 
 sub AddPreTag {  # Add pre tags around nonempty list, or convert to "none"
   $_ = shift;
-  if (length) { return "
    $_
"; } else { "none
"; } + if (length) { return "
    $_
"; } else { "none
"; } } sub ChangeDir { # directory, logical name