From: Ted Kremenek Date: Wed, 19 Mar 2008 22:44:21 +0000 (+0000) Subject: Change colors of HTML message bubble. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eeacc5203ae1defadbe647b3b22b0432e23f4393;p=clang Change colors of HTML message bubble. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48563 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Rewrite/HTMLRewrite.cpp b/lib/Rewrite/HTMLRewrite.cpp index 7f408c74f4..76c44b718c 100644 --- a/lib/Rewrite/HTMLRewrite.cpp +++ b/lib/Rewrite/HTMLRewrite.cpp @@ -136,7 +136,8 @@ void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, unsigned FileID) { std::ostringstream os; os << "\n\n" - << "\n\n"; R.InsertStrBefore(StartLoc, os.str());