From 502b7b4b36c90a4e8d6ee4a0cf88eabbdae5769d Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 5 Jan 2015 19:31:59 +0000 Subject: [PATCH] Fix some formatting I messed up in r225187. llvm-svn: 225194 --- libcxxabi/src/Unwind/AddressSpace.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxxabi/src/Unwind/AddressSpace.hpp b/libcxxabi/src/Unwind/AddressSpace.hpp index ff97ef8..4e94afc 100644 --- a/libcxxabi/src/Unwind/AddressSpace.hpp +++ b/libcxxabi/src/Unwind/AddressSpace.hpp @@ -325,7 +325,7 @@ inline LocalAddressSpace::pint_t LocalAddressSpace::getEncodedP(pint_t &addr, #endif inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr, - UnwindInfoSections & info) { + UnwindInfoSections &info) { #if __APPLE__ dyld_unwind_sections dyldInfo; if (_dyld_find_unwind_sections((void *)targetAddr, &dyldInfo)) { -- 2.7.4