From c5d2746fbea7bd46b0508fbf07cd935c3bb33c3a Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 2 Oct 2019 20:45:06 +0000 Subject: [NFC][libc++abi] Convert stray tabs to spaces llvm-svn: 373524 --- libcxxabi/src/cxa_default_handlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxxabi/src/cxa_default_handlers.cpp') diff --git a/libcxxabi/src/cxa_default_handlers.cpp b/libcxxabi/src/cxa_default_handlers.cpp index 97192bc788f..573694d4ebe 100644 --- a/libcxxabi/src/cxa_default_handlers.cpp +++ b/libcxxabi/src/cxa_default_handlers.cpp @@ -52,7 +52,7 @@ static void demangling_terminate_handler() name = thrown_type->name(); // If the uncaught exception can be caught with std::exception& const __shim_type_info* catch_type = - static_cast(&typeid(std::exception)); + static_cast(&typeid(std::exception)); if (catch_type->can_catch(thrown_type, thrown_object)) { // Include the what() message from the exception -- cgit v1.2.3