[compiler-rt] r216544 - [ASan] Whitespace fix. No functionality change.

Alexander Potapenko glider at google.com
Wed Aug 27 06:43:18 PDT 2014


Author: glider
Date: Wed Aug 27 08:43:18 2014
New Revision: 216544

URL: http://llvm.org/viewvc/llvm-project?rev=216544&view=rev
Log:
[ASan] Whitespace fix. No functionality change.

Modified:
    compiler-rt/trunk/lib/asan/asan_report.cc

Modified: compiler-rt/trunk/lib/asan/asan_report.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/asan_report.cc?rev=216544&r1=216543&r2=216544&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/asan_report.cc (original)
+++ compiler-rt/trunk/lib/asan/asan_report.cc Wed Aug 27 08:43:18 2014
@@ -564,7 +564,7 @@ class ScopedInErrorReport {
       // Do not print more than one report, otherwise they will mix up.
       // Error reporting functions shouldn't return at this situation, as
       // they are defined as no-return.
-      Report("AddressSanitizer: while reporting a bug found another one."
+      Report("AddressSanitizer: while reporting a bug found another one. "
                  "Ignoring.\n");
       u32 current_tid = GetCurrentTidOrInvalid();
       if (current_tid != reporting_thread_tid) {





More information about the llvm-commits mailing list