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:
authorDave Zarzycki <zarzycki@apple.com>2012-02-22 09:25:00 +0400
committerDave Zarzycki <zarzycki@apple.com>2012-02-22 09:25:00 +0400
commit3cd25390e5737111d3143572c5ba377f9dc91258 (patch)
tree48e7b52781d3691f56644c29a02fe0ebb9cab128 /libcxxabi/src/cxa_exception.hpp
parented90df38004678cf1ebf1caa3fbac8a0047be73e (diff)
Pedantic fix: missing newline at EOF
llvm-svn: 151132
Diffstat (limited to 'libcxxabi/src/cxa_exception.hpp')
-rw-r--r--libcxxabi/src/cxa_exception.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/cxa_exception.hpp b/libcxxabi/src/cxa_exception.hpp
index d70de0eb6a55..cf019d4cd6bf 100644
--- a/libcxxabi/src/cxa_exception.hpp
+++ b/libcxxabi/src/cxa_exception.hpp
@@ -115,4 +115,4 @@ static const uint64_t get_vendor_and_language = 0xFFFFFFFFFFFFFF00; // mask
extern "C" void __cxa_free_dependent_exception (void * dependent_exception);
#pragma GCC visibility pop
-} \ No newline at end of file
+}