summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_default_handlers.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-10-02 20:45:06 +0000
committerLouis Dionne <ldionne@apple.com>2019-10-02 20:45:06 +0000
commitc5d2746fbea7bd46b0508fbf07cd935c3bb33c3a (patch)
tree9c4336ce220ec8b651c020022ee781a2f69e729d /libcxxabi/src/cxa_default_handlers.cpp
parent5ac9d18e7d9d91a3bfb54bbb65067a5c36f13315 (diff)
downloadbcm5719-llvm-c5d2746fbea7bd46b0508fbf07cd935c3bb33c3a.tar.gz
bcm5719-llvm-c5d2746fbea7bd46b0508fbf07cd935c3bb33c3a.zip
[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 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<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
OpenPOWER on IntegriCloud