From 4edeced078e6878256e0207a5a25784475579684 Mon Sep 17 00:00:00 2001 From: Kuba Brecka Date: Fri, 23 Jan 2015 00:14:22 +0000 Subject: [PATCH] Fix the extra whitespace from r226878. llvm-svn: 226884 --- compiler-rt/lib/asan/asan_report.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.7.4