Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-10-02 23:45:06 +0300
committerLouis Dionne <ldionne@apple.com>2019-10-02 23:45:06 +0300
commitc5d2746fbea7bd46b0508fbf07cd935c3bb33c3a (patch)
tree9c4336ce220ec8b651c020022ee781a2f69e729d /libcxxabi/src/cxa_default_handlers.cpp
parent5ac9d18e7d9d91a3bfb54bbb65067a5c36f13315 (diff)
[NFC][libc++abi] Convert stray tabs to spaces
llvm-svn: 373524
Diffstat (limited to 'libcxxabi/src/cxa_default_handlers.cpp')
-rw-r--r--libcxxabi/src/cxa_default_handlers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/cxa_default_handlers.cpp b/libcxxabi/src/cxa_default_handlers.cpp
index 97192bc788f3..573694d4ebef 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<const __shim_type_info*>(&typeid(std::exception));
+ static_cast<const __shim_type_info*>(&typeid(std::exception));
if (catch_type->can_catch(thrown_type, thrown_object))
{
// Include the what() message from the exception