[libunwind][AIX] implementation of the unwinder for AIX
authorXing Xue <xingxue@outlook.com>
Wed, 13 Apr 2022 17:18:10 +0000 (13:18 -0400)
committerXing Xue <xingxue@outlook.com>
Wed, 13 Apr 2022 17:18:10 +0000 (13:18 -0400)
NFC - revert identation changes in AddressSpace.hpp from the previous commit

Differential Revision: https://reviews.llvm.org/D100132

libunwind/src/AddressSpace.hpp

index 3d5c001..5fc9ee3 100644 (file)
 #include "Registers.hpp"
 
 #ifndef _LIBUNWIND_USE_DLADDR
-#if !(defined(_LIBUNWIND_IS_BAREMETAL) || defined(_WIN32) || defined(_AIX))
-#define _LIBUNWIND_USE_DLADDR 1
-#else
-#define _LIBUNWIND_USE_DLADDR 0
-#endif
+  #if !(defined(_LIBUNWIND_IS_BAREMETAL) || defined(_WIN32) || defined(_AIX))
+    #define _LIBUNWIND_USE_DLADDR 1
+  #else
+    #define _LIBUNWIND_USE_DLADDR 0
+  #endif
 #endif
 
 #if _LIBUNWIND_USE_DLADDR