]> granicus.if.org Git - clang/commitdiff
Resize message bubble back to original size.
authorTed Kremenek <kremenek@apple.com>
Mon, 2 Mar 2009 23:06:15 +0000 (23:06 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 2 Mar 2009 23:06:15 +0000 (23:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65892 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/HTMLDiagnostics.cpp

index 60e99be01f41c9d9e9cb321532b82c9a9fa1bbdb..5fa5ab7f50c43a3c7731453568ffb958d595dacd 100644 (file)
@@ -388,7 +388,7 @@ void HTMLDiagnostics::HandlePiece(Rewriter& R, FileID BugFileID,
     
     // Next, determine the approximate size of the message bubble in em.
     unsigned em;
-    const unsigned max_line = 110;
+    const unsigned max_line = 120;
     
     if (max_token >= max_line)
       em = max_token / 2;