Skip to content

Commit 2198f26

Browse files
committed
Fix formatting.
1 parent 0e4eb0f commit 2198f26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libunwind/src/UnwindCursor.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,9 +1813,9 @@ bool UnwindCursor<A, R>::getInfoFromDwarfSection(
18131813
// Add to cache (to make next lookup faster) if we had no hint
18141814
// and there was no index.
18151815
if (!foundInCache && (fdeSectionOffsetHint == 0)) {
1816-
#if defined(_LIBUNWIND_SUPPORT_DWARF_INDEX)
1816+
#if defined(_LIBUNWIND_SUPPORT_DWARF_INDEX)
18171817
if (sects.dwarf_index_section == 0)
1818-
#endif
1818+
#endif
18191819
DwarfFDECache<A>::add(sects.dso_base, fdeInfo.pcStart, fdeInfo.pcEnd,
18201820
fdeInfo.fdeStart);
18211821
}

0 commit comments

Comments
 (0)