From a165d57dad71b1ef94299615c7889ebfd9831f80 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 17 Mar 2006 17:43:01 +0000 Subject: [PATCH] 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
---
 utils/NightlyTest.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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