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:
authorHoward Hinnant <hhinnant@apple.com>2011-06-07 23:56:49 +0400
committerHoward Hinnant <hhinnant@apple.com>2011-06-07 23:56:49 +0400
commit575498b52f939b5202e1e786cd3fbcc14251f7ec (patch)
tree12f918ba4013fdf8c7c6f2b46759ee305a218dd7 /libcxxabi/src/cxa_aux_runtime.cpp
parent41956cf6e3c6d593b52432784cb2b138899e15da (diff)
tabs to spaces
llvm-svn: 132729
Diffstat (limited to 'libcxxabi/src/cxa_aux_runtime.cpp')
-rw-r--r--libcxxabi/src/cxa_aux_runtime.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/libcxxabi/src/cxa_aux_runtime.cpp b/libcxxabi/src/cxa_aux_runtime.cpp
index cf6851b4f023..abd8091ce841 100644
--- a/libcxxabi/src/cxa_aux_runtime.cpp
+++ b/libcxxabi/src/cxa_aux_runtime.cpp
@@ -5,9 +5,9 @@
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
-//
-// This file implements the "Auxiliary Runtime APIs"
-// http://www.codesourcery.com/public/cxx-abi/abi-eh.html#cxx-aux
+//
+// This file implements the "Auxiliary Runtime APIs"
+// http://www.codesourcery.com/public/cxx-abi/abi-eh.html#cxx-aux
//===----------------------------------------------------------------------===//
#include "cxxabi.h"
@@ -21,12 +21,12 @@ extern "C"
LIBCXXABI_NORETURN
void __cxa_bad_cast (void) {
- throw std::bad_cast();
+ throw std::bad_cast();
}
LIBCXXABI_NORETURN
void __cxa_bad_typeid(void) {
- throw std::bad_typeid();
+ throw std::bad_typeid();
}
} // extern "C"