Fix some formatting I messed up in r225187.
authorDan Albert <danalbert@google.com>
Mon, 5 Jan 2015 19:31:59 +0000 (19:31 +0000)
committerDan Albert <danalbert@google.com>
Mon, 5 Jan 2015 19:31:59 +0000 (19:31 +0000)
llvm-svn: 225194

libcxxabi/src/Unwind/AddressSpace.hpp

index ff97ef8..4e94afc 100644 (file)
@@ -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)) {