diff options
Diffstat (limited to 'lib/Driver/HTMLDiagnostics.cpp')
-rw-r--r-- | lib/Driver/HTMLDiagnostics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/HTMLDiagnostics.cpp b/lib/Driver/HTMLDiagnostics.cpp index 5a6987dbcb..9bd62815e8 100644 --- a/lib/Driver/HTMLDiagnostics.cpp +++ b/lib/Driver/HTMLDiagnostics.cpp @@ -403,7 +403,7 @@ void HTMLDiagnostics::HandlePiece(Rewriter& R, unsigned BugFileID, // Next, determine the approximate size of the message bubble in em. unsigned em; - const unsigned max_line = 80; + const unsigned max_line = 120; if (max_token >= max_line) em = max_token / 2; |