summaryrefslogtreecommitdiffstats
path: root/libcxx/src/typeinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/src/typeinfo.cpp')
-rw-r--r--libcxx/src/typeinfo.cpp20
1 files changed, 9 insertions, 11 deletions
diff --git a/libcxx/src/typeinfo.cpp b/libcxx/src/typeinfo.cpp
index 8606897e5e0..931855b3665 100644
--- a/libcxx/src/typeinfo.cpp
+++ b/libcxx/src/typeinfo.cpp
@@ -10,32 +10,30 @@
#include "typeinfo"
-std::bad_cast::bad_cast() throw()
-{
+std::bad_cast::bad_cast() throw()
+{
}
-std::bad_cast::~bad_cast() throw()
-{
+std::bad_cast::~bad_cast() throw()
+{
}
-const char*
+const char*
std::bad_cast::what() const throw()
{
return "std::bad_cast";
}
-
-std::bad_typeid::bad_typeid() throw()
-{
+std::bad_typeid::bad_typeid() throw()
+{
}
-std::bad_typeid::~bad_typeid() throw()
+std::bad_typeid::~bad_typeid() throw()
{
}
-const char*
+const char*
std::bad_typeid::what() const throw()
{
return "std::bad_typeid";
}
-
OpenPOWER on IntegriCloud