Skip to content

Commit b85f82b

Browse files
committed
Fix formatting.
1 parent edabcb3 commit b85f82b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libunwind/src/UnwindCursor.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2143,8 +2143,7 @@ bool UnwindCursor<A, R>::getInfoFromTBTable(pint_t pc, R &registers) {
21432143
int saveErrno = errno;
21442144
libHandle = dlopen(libcxxabi, RTLD_MEMBER | RTLD_NOW);
21452145
if (libHandle == NULL) {
2146-
_LIBUNWIND_TRACE_UNWINDING("dlopen() failed with errno=%d\n",
2147-
errno);
2146+
_LIBUNWIND_TRACE_UNWINDING("dlopen() failed with errno=%d\n", errno);
21482147
assert(0 && "dlopen() failed");
21492148
}
21502149
xlcPersonalityV0 = reinterpret_cast<__xlcxx_personality_v0_t *>(

0 commit comments

Comments
 (0)