Fix some formatting I messed up in r225187.


git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@225194 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/src/Unwind/AddressSpace.hpp b/src/Unwind/AddressSpace.hpp
index ff97ef8..4e94afc 100644
--- a/src/Unwind/AddressSpace.hpp
+++ b/src/Unwind/AddressSpace.hpp
@@ -325,7 +325,7 @@
 #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)) {