From: Kuba Brecka Date: Fri, 23 Jan 2015 00:14:22 +0000 (+0000) Subject: Fix the extra whitespace from r226878. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4edeced078e6878256e0207a5a25784475579684;p=platform%2Fupstream%2Fllvm.git Fix the extra whitespace from r226878. llvm-svn: 226884 --- diff --git a/compiler-rt/lib/asan/asan_report.cc b/compiler-rt/lib/asan/asan_report.cc index 2399cfd0..b632cce 100644 --- a/compiler-rt/lib/asan/asan_report.cc +++ b/compiler-rt/lib/asan/asan_report.cc @@ -938,7 +938,7 @@ using namespace __asan; // NOLINT void __asan_report_error(uptr pc, uptr bp, uptr sp, uptr addr, int is_write, uptr access_size) { ENABLE_FRAME_POINTER; - + // Determine the error type. const char *bug_descr = "unknown-crash"; if (AddrIsInMem(addr)) {