Fix the extra whitespace from r226878.
authorKuba Brecka <kuba.brecka@gmail.com>
Fri, 23 Jan 2015 00:14:22 +0000 (00:14 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Fri, 23 Jan 2015 00:14:22 +0000 (00:14 +0000)
llvm-svn: 226884

compiler-rt/lib/asan/asan_report.cc

index 2399cfd..b632cce 100644 (file)
@@ -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)) {